Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

vendor

user avatar
Niall Sheridan authored
It's currently hard to make changes to the database schema. Use sql-migrate to make incremental changes.
Stop hard-coding the database name (the default is still "certs" for backward-compatibility)
The `automigrate()` function will automatically run pending migrations.
Use a different migration directory per database driver. This carries a cost of duplication, but is easier than creating migrations which will cleanly execute in both SQLite and MySQL.
Migrations are shipped using the packr utility.
d836a449
History
Name Last commit Last update
..