mirror of
https://github.com/Traceworks2023/nxtgauge-backend-rust.git
synced 2026-06-11 14:00:01 +00:00
5 lines
147 B
MySQL
5 lines
147 B
MySQL
|
|
DROP TABLE IF EXISTS runtime_configs;
|
||
|
|
DROP TABLE IF EXISTS dashboard_configs;
|
||
|
|
DROP TABLE IF EXISTS onboarding_configs;
|
||
|
|
DROP TABLE IF EXISTS roles;
|