Move migrations around
This commit is contained in:
parent
d5583e86bc
commit
e419923939
5 changed files with 3 additions and 2 deletions
8
migrations/20231120000000_init.down.sql
Normal file
8
migrations/20231120000000_init.down.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
DROP TABLE macro_actions;
|
||||
DROP TABLE macros;
|
||||
DROP TABLE junction_relay_schedule;
|
||||
DROP TABLE junction_tag;
|
||||
DROP TABLE tags;
|
||||
DROP TABLE schedules;
|
||||
DROP TABLE relays;
|
||||
DROP TABLE controllers;
|
||||
Loading…
Add table
Add a link
Reference in a new issue