Add Migration Files

This commit is contained in:
ingalls
2024-03-06 09:09:47 -07:00
parent a9822a11de
commit bef6719162
3 changed files with 1334 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
CREATE TABLE IF NOT EXISTS "profile_missions" (
"id" serial PRIMARY KEY NOT NULL,
"name" text NOT NULL,
"guid" text NOT NULL,
"token" text NOT NULL,
"created" timestamp with time zone DEFAULT Now() NOT NULL,
"updated" timestamp with time zone DEFAULT Now() NOT NULL
);

View File

File diff suppressed because it is too large Load Diff

View File

@@ -127,6 +127,13 @@
"when": 1709588304086,
"tag": "0017_fantastic_robbie_robertson",
"breakpoints": true
},
{
"idx": 18,
"version": "5",
"when": 1709741317451,
"tag": "0018_first_bucky",
"breakpoints": true
}
]
}