Update for db
This commit is contained in:
11
migrations/2025-06-14-100926_init/down.sql
Normal file
11
migrations/2025-06-14-100926_init/down.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
DROP INDEX IF EXISTS idx_icon_name;
|
||||
DROP INDEX IF EXISTS idx_resource_name;
|
||||
DROP INDEX IF EXISTS idx_resource_title;
|
||||
DROP INDEX IF EXISTS idx_recipe_type;
|
||||
|
||||
|
||||
DROP TABLE IF EXISTS "ingredient";
|
||||
DROP TABLE IF EXISTS "recipe";
|
||||
DROP TABLE IF EXISTS "resource";
|
||||
DROP TABLE IF EXISTS "icon";
|
||||
Reference in New Issue
Block a user