api recipe and ingredient, GET and PUT
This commit is contained in:
7
sqitch/revert/ingredient-table.sql
Normal file
7
sqitch/revert/ingredient-table.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Revert rsugest:ingredient-table from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
DROP TABLE recipe.ingredient;
|
||||
|
||||
COMMIT;
|
||||
7
sqitch/revert/recipe-schema.sql
Normal file
7
sqitch/revert/recipe-schema.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Revert rsugest:recipe-schema from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
DROP SCHEMA recipe;
|
||||
|
||||
COMMIT;
|
||||
7
sqitch/revert/recipe-table.sql
Normal file
7
sqitch/revert/recipe-table.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Revert rsugest:recipe-table from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
DROP TABLE recipe.recipe;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user