Skip to content

doctrine:migration:diff does not work if the table has an index with a functional part. #5505

doctrine:migration:diff does not work if the table has an index with a functional part.

doctrine:migration:diff does not work if the table has an index with a functional part. #5505

name: "Coding Standards"
on:
pull_request:
branches:
- "*.x"
paths:
- .github/workflows/coding-standards.yml
- bin/**
- composer.*
- phpcs.xml.dist
- src/**
- tests/**
push:
branches:
- "*.x"
paths:
- .github/workflows/coding-standards.yml
- bin/**
- composer.*
- phpcs.xml.dist
- src/**
- tests/**
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@3.1.0"