Initial commit
This commit is contained in:
5
migrations/00-base/down.sql
Normal file
5
migrations/00-base/down.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DROP TABLE users;
|
||||
DROP TABLE programs;
|
||||
DROP TABLE enrolments;
|
||||
DROP TABLE projects;
|
||||
DROP TABLE submissions;
|
||||
Reference in New Issue
Block a user