Documentation
¶
Overview ¶
Command githome-migrate applies or rolls back Githome's database migrations.
Usage:
githome-migrate up apply all pending migrations githome-migrate down [n] roll back the last n migrations (default 1) githome-migrate version print the current schema version
The database is selected by GITHOME_DATABASE_URL, the same variable the server uses; the dialect is inferred from its scheme.
Click to show internal directories.
Click to hide internal directories.