mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
- 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
11 lines
410 B
Markdown
11 lines
410 B
Markdown
# TODO
|
|
|
|
- [x] Update migrate.sh to only handle posterg.db
|
|
- [x] Update Database.php determineDatabasePath to always use posterg.db
|
|
- [x] Update justfile to remove test.db targets and references
|
|
- [x] Remove CreateTestDatabase.php fixture script
|
|
- [x] Update setup-dev.sh to only create posterg.db
|
|
- [x] Update run-tests.php to use posterg.db
|
|
- [x] Remove test.db file
|
|
- [x] Update deploy-db target in justfile
|