feat(server): added in a default set of settings that will be checked on startup
This commit is contained in:
5
database/migrations/0005_perfect_winter_soldier.sql
Normal file
5
database/migrations/0005_perfect_winter_soldier.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE "eom" (
|
||||
"eomMonth" date NOT NULL,
|
||||
"article" text NOT NULL,
|
||||
"articleDescription" text NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user