Skip to content

Add case for boolean columns in example (#41889) #65187

Add case for boolean columns in example (#41889)

Add case for boolean columns in example (#41889) #65187

Workflow file for this run

name: Migrations
on:
push:
branches:
- 'master'
- 'release-**'
pull_request:
jobs:
check-migrations:
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Prepare back-end environment
uses: ./.github/actions/prepare-backend
with:
m2-cache-key: check-migrations
- name: Verify Liquibase Migrations
run: ./bin/lint-migrations-file.sh