mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-30 16:26:02 +00:00
database migrations (#153)
* database migrations * fix: reverse order of down migrations * use positional parameters in queries * simplify migrations * typo * rename SchemaMigration to Migration * move store initialization to IO monad
This commit is contained in:
committed by
GitHub
parent
92bd8ef335
commit
84ce001598
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
||||
- name: Build & test
|
||||
id: build_test
|
||||
run: |
|
||||
stack build --test
|
||||
stack build --test --force-dirty
|
||||
echo "::set-output name=LOCAL_INSTALL_ROOT::$(stack path --local-install-root)"
|
||||
|
||||
- name: Upload binaries to release
|
||||
|
||||
Reference in New Issue
Block a user