2 lines
76 B
MySQL
2 lines
76 B
MySQL
|
|
-- Drop inventory movements table
|
||
|
|
DROP TABLE IF EXISTS inventory_movements;
|