mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 17:07:26 +01:00
8bd72ce807
- Remove unnecessary field 'project' from GQl and regenerate - Add newlines to file ends - Fix command-line manager user addition
6 lines
145 B
SQL
6 lines
145 B
SQL
DROP TABLE IF EXISTS job;
|
|
DROP TABLE IF EXISTS tags;
|
|
DROP TABLE IF EXISTS jobtag;
|
|
DROP TABLE IF EXISTS configuration;
|
|
DROP TABLE IF EXISTS user;
|