You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider adding a new github action that will validate the database structure using doctrine's command :
php bin/doctrine orm:validate-schema --skip-sync
The --skip-sync option it's required here because we sync the database using migration files and running tjhe command without it will result in an error.
The text was updated successfully, but these errors were encountered:
MarioRadu
changed the title
GA for validating the database schema
GHA for validating the database schema
Jun 20, 2024
We should consider adding a new github action that will validate the database structure using doctrine's command :
php bin/doctrine orm:validate-schema --skip-sync
The
--skip-sync
option it's required here because we sync the database using migration files and running tjhe command without it will result in an error.The text was updated successfully, but these errors were encountered: