mirror of
https://github.com/dfpc-coe/CloudTAK.git
synced 2025-12-23 14:10:18 +00:00
Add Migration Files
This commit is contained in:
8
api/migrations/0018_first_bucky.sql
Normal file
8
api/migrations/0018_first_bucky.sql
Normal 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
|
||||
);
|
||||
1319
api/migrations/meta/0018_snapshot.json
Normal file
1319
api/migrations/meta/0018_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user