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