Migration
Database migrations and a common PostgreSQL or SQLite databaseThis is a module for Project Forge. It provides database migrations and a common PostgreSQL or SQLite database
https://github.com/kyleu/projectforge/tree/master/module/migration
License
Licensed under CC0
Usage
- Provides database migrations through a CLI command (
migrate
) and a web UI - To run the migrations on normal startup, add
migrate.Migrate
toInitApp
- Migrations are defined in
./queries
SQL files, and registered by callingAddMigration