Create migration scripts for this and initial Task DB Model in rust along with unit tests. Reviewed-on: #1 Co-authored-by: Drew Galbraith <drew@tiramisu.one> Co-committed-by: Drew Galbraith <drew@tiramisu.one>
2 lines
51 B
SQL
2 lines
51 B
SQL
-- Add down migration script here
|
|
DROP TABLE tasks
|