Start rust rewrite
This commit is contained in:
commit
12d57d020f
22 changed files with 2599 additions and 0 deletions
8
migrations/2021-10-13-000000_init/down.sql
Normal file
8
migrations/2021-10-13-000000_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…
Reference in a new issue