Skip to content

Merge branch 'staging' of https://github.com/iota-uz/iota-sdk into st… #5

Merge branch 'staging' of https://github.com/iota-uz/iota-sdk into st…

Merge branch 'staging' of https://github.com/iota-uz/iota-sdk into st… #5

Workflow file for this run

on:
push:
branches:
- staging
paths:
- '**/*.sql'
jobs:
migrations_redo:
runs-on: gcidp
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Migrate Redo
run: |
echo "Detected .sql file changes. Running 'migrate redo'..."
docker compose -f compose.staging.yml run --rm erp go run cmd/migrate/main.go redo