Skip to content

Commit 707a950

Browse files
authored
Update Migrations (#389)
* Adds Migrations 20-35 * restructures migration manager to run each migration (except concurrent ones) in a single transaction * removes test-crdb from on push (it's in on-pr, doesn't need to be in both)
1 parent f4f5607 commit 707a950

3 files changed

Lines changed: 552 additions & 55 deletions

File tree

.github/workflows/on_push.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
jobs:
1010
test:
1111
uses: ./.github/workflows/test.yml
12-
test-crdb:
13-
uses: ./.github/workflows/test_crdb.yml
1412
publish:
1513
needs: test
1614
uses: ./.github/workflows/publish.yml

0 commit comments

Comments
 (0)