add more stuff
This commit is contained in:
3
rust/migrations/20230523221247_finalize2.sql
Normal file
3
rust/migrations/20230523221247_finalize2.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DROP TABLE inventory_items;
|
||||
|
||||
ALTER TABLE "inventory_items_tmp" RENAME TO inventory_items;
|
||||
Reference in New Issue
Block a user