ai_sandbox/sqitch/revert/ingredient-table.sql

8 lines
92 B
MySQL
Raw Normal View History

2024-02-16 00:30:19 -05:00
-- Revert rsugest:ingredient-table from pg
BEGIN;
DROP TABLE recipe.ingredient;
COMMIT;