Files
xamxam/TODO.md
Théophile Gervreau-Mercier 7e26351f4b refactor: remove test.db, use only posterg.db for all environments
- Simplified Database.php determineDatabasePath to always use posterg.db
- Removed test.db auto-detection based on php_sapi_name
- Removed test.db targets from justfile (migrate-test removed)
- Removed CreateTestDatabase.php fixture script
- Updated migrate.sh to only init posterg.db
- Updated setup-dev.sh to init posterg.db
- Updated run-tests.php (removed DB_ENV=test env var)
- Updated deploy-db to use posterg.db
- Removed test.db file

refactor: remove empty fixtures directory
2026-04-27 18:07:20 +02:00

410 B

TODO

  • Update migrate.sh to only handle posterg.db
  • Update Database.php determineDatabasePath to always use posterg.db
  • Update justfile to remove test.db targets and references
  • Remove CreateTestDatabase.php fixture script
  • Update setup-dev.sh to only create posterg.db
  • Update run-tests.php to use posterg.db
  • Remove test.db file
  • Update deploy-db target in justfile