Skip to content

Make Framadate compatible with PostgreSQL and great again !

Thomas requested to merge dbal into develop
  • Move the database handling to Doctrine DBAL
  • Move Migrations to Doctrine Migrations
  • Rename migrations for Doctrine Migrations Uses
  • Fix Migrations
  • Change config parameters, introduce db name, host and port parameters and get rid of database url
  • Change install form for this
  • Add a CLI command to make migrations
  • Add config.test.php to be used with APP_ENV=test for testing

Closes #90 and #179

Edited by Thomas

Merge request reports