4 lines
90 B
SQL
4 lines
90 B
SQL
DROP TABLE inventory_items;
|
|
|
|
ALTER TABLE "inventory_items_tmp" RENAME TO inventory_items;
|