mirror of
https://github.com/johrpan/wolfgang.git
synced 2025-10-28 19:47:24 +01:00
Initial commit
This commit is contained in:
commit
f2d2e1a8a4
25 changed files with 2032 additions and 0 deletions
19
migrations/2020-11-09-153819_initial_schema/down.sql
Normal file
19
migrations/2020-11-09-153819_initial_schema/down.sql
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
DROP TABLE performances;
|
||||
|
||||
DROP TABLE recordings;
|
||||
|
||||
DROP TABLE ensembles;
|
||||
|
||||
DROP TABLE work_sections;
|
||||
|
||||
DROP TABLE work_parts;
|
||||
|
||||
DROP TABLE instrumentations;
|
||||
|
||||
DROP TABLE works;
|
||||
|
||||
DROP TABLE instruments;
|
||||
|
||||
DROP TABLE persons;
|
||||
|
||||
DROP TABLE users;
|
||||
Loading…
Add table
Add a link
Reference in a new issue