Run migrations on a single-node TimescaleDB setup

This commit is contained in:
2022-05-17 15:50:55 +05:30
parent b64ad6e3f7
commit 49daf851cc
14 changed files with 85 additions and 434 deletions
+6
View File
@@ -3,6 +3,12 @@ name: Docker Build
on: [pull_request]
jobs:
test:
name: Dummy job
runs-on: ubuntu-latest
steps:
- name: Run dummy job
run: echo "Empty dummy job"
# concise_migration_diff:
# name: Verify concise migration and generated schema
# runs-on: ubuntu-latest