
Replacing modl’s built-in table creation and removal with manual migrations. Thanks to @DavidHuie for gomigrate!
5 lines
50 B
SQL
5 lines
50 B
SQL
-- bactdb
|
|
-- Matthew R Dillon
|
|
|
|
DROP TABLE users;
|
|
|