Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-07 | Manage db schema with rubenv/sql-migrate | Niall Sheridan | |
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. | |||
2018-06-20 | Update dependencies | Niall Sheridan | |
2017-10-18 | Update dependencies | Niall Sheridan | |
2017-04-10 | update dependencies | Niall Sheridan | |
2017-02-12 | Update dependencies | Niall Sheridan | |
2017-01-27 | Remove mongo support | Kevin Lyda | |
Resolves #40 | |||
2016-10-08 | Update dependencies | Niall Sheridan | |
2016-08-27 | Update dependencies | Niall Sheridan | |
2016-07-31 | Support mongo datastores | Niall Sheridan | |
2016-07-17 | Update vendor libs | Niall Sheridan | |
2016-05-22 | Use govendor | Niall Sheridan | |