Files
Dries Peeters 5389cae8d5 fix: make payment tracking migration compatible with SQLite
- Handle SQLite's limited ALTER COLUMN support
- Use server_default for NOT NULL columns in SQLite
- Use dialect-specific SQL for date functions (DATE('now') vs CURRENT_DATE)
- Add fallback handling for unsupported SQLite operations
- Improve downgrade function with better error handling

This resolves the 'near ALTER: syntax error' when running migrations on SQLite
in GitHub Actions CI environment.
2025-09-19 10:45:33 +02:00
..