Add single cake endpoint handler
This commit is contained in:
parent
f552e87a9d
commit
01732b97fc
4 changed files with 56 additions and 0 deletions
5
internal/store/migrations/5.sql
Normal file
5
internal/store/migrations/5.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
update cake
|
||||
set
|
||||
availability = "available";
|
||||
|
||||
pragma user_version = 5;
|
||||
Loading…
Add table
Add a link
Reference in a new issue