slovocast/sql/drop_tables.sql

5 lines
140 B
MySQL
Raw Permalink Normal View History

2024-02-20 02:44:24 +00:00
-- @TODO Get add the FK cascade operations to the tables
-- so I can have a solid plan for deleting data
2024-02-16 23:19:58 +00:00
DROP TABLE IF EXISTS users;
2024-02-20 02:44:24 +00:00