1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-01-21 08:59:06 +01:00
cc-backend/internal/repository/migrations/sqlite3/01_init-schema.down.sql
Christoph Kluge 8bd72ce807 Small fixes after full file review
- Remove unnecessary field 'project' from GQl and regenerate
- Add newlines to file ends
- Fix command-line manager user addition
2023-02-23 12:33:14 +01:00

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;