replace manual SQL migration with goose (v3); embed migrations in binary; remove schema.sql / SCHEMA_PATH
This commit is contained in:
@@ -12,7 +12,6 @@ services:
|
||||
- HTTP_PROXY=${HTTP_PROXY-}
|
||||
- HTTPS_PROXY=${HTTPS_PROXY-}
|
||||
- DB_PATH=/data/db.sqlite3
|
||||
- SCHEMA_PATH=${SCHEMA_PATH:-/app/db/schema.sql}
|
||||
- TZ=Asia/Tehran
|
||||
volumes:
|
||||
- worktime_data:/data
|
||||
|
||||
Reference in New Issue
Block a user