Tyler Hallada
81840b3d34
So that shops can have multiple shelves that save their page, filter, sort, etc. state to the server. Buttons for the shelves are reconstructed in the plugin during the load shop procedure.
7 lines
200 B
PL/PgSQL
7 lines
200 B
PL/PgSQL
DROP TABLE owners CASCADE;
|
|
DROP TABLE shops CASCADE;
|
|
DROP TABLE interior_ref_lists CASCADE;
|
|
DROP TABLE merchandise_lists CASCADE;
|
|
DROP TABLE transactions CASCADE;
|
|
DROP TABLE _sqlx_migrations CASCADE;
|