Files
MusicServer/internal/db/migrations/000001_create_tables.down.sql
Sebastian Olsson d653463f58 Moved around more code. Implemented more sqlc. Added support to generate swagger.
Added support for profiling. Removed the pkg module altogether.
Everything except old sync is now using code generated by sqlc.
2025-01-15 16:04:14 +01:00

5 lines
73 B
SQL

DROP TABLE game;
DROP TABLE song;
DROP TABLE song_list;
DROP TABLE vgmq;