Add ingredieints
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Remove deleted_at column from units table
|
||||
DROP INDEX IF EXISTS idx_units_deleted_at;
|
||||
ALTER TABLE units DROP COLUMN IF EXISTS deleted_at;
|
||||
Reference in New Issue
Block a user