Redo database migrations for pgsql

This commit is contained in:
2024-06-21 17:43:32 +10:00
parent 7c91082ca8
commit 1374d38545
112 changed files with 3972 additions and 3379 deletions

View File

@@ -8,12 +8,13 @@ APP_URL=https://www.graytech.net.au
LOG_CHANNEL=stack
DB_CONNECTION=mysql
DB_HOST=database
DB_PORT=3306
DB_DATABASE=database
DB_USERNAME=homestead
DB_PASSWORD=secret
DB_CONNECTION=pgsql
DB_HOST=postgres
DB_PORT=5432
DB_DATABASE=graytech
DB_USERNAME=graytech
DB_PASSWORD=
DB_SCHEMA=billing
BROADCAST_DRIVER=log
CACHE_DRIVER=file