updated docker pipeline to include database migrations, added dummy table to verify the pipeline works
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m52s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m52s
This commit is contained in:
parent
66eddb9a2a
commit
1a50f73c74
8 changed files with 1246 additions and 2 deletions
3
packages/db/drizzle/0009_rapid_cobalt_man.sql
Normal file
3
packages/db/drizzle/0009_rapid_cobalt_man.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
CREATE TABLE "dummy" (
|
||||
"id" serial PRIMARY KEY NOT NULL
|
||||
);
|
||||
1203
packages/db/drizzle/meta/0009_snapshot.json
Normal file
1203
packages/db/drizzle/meta/0009_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -64,6 +64,13 @@
|
|||
"when": 1776695279870,
|
||||
"tag": "0008_far_energizer",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 9,
|
||||
"version": "7",
|
||||
"when": 1776928720684,
|
||||
"tag": "0009_rapid_cobalt_man",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue