aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrations
AgeCommit message (Collapse)Author
2017-08-01Remove old hand-written migrationsTeddy Wing
Remove these migrations that I had written before installing 'dbmigrations'. These have been replaced by the one defined in 70b3605a346b746273a79c1a3ff4bc40ae0218bf.
2017-08-01Add migration for GitHub Commit plugin tableTeddy Wing
A table that maps channel names with repo URLs in order to be able to build a commit URL. Previously committed in d1bdc16c9b1ad9a2b17b90a998640ebad1c02f9a, but now using the 'dbmigrations' format.
2017-07-31Add database migrations for GitHub Commit pluginTeddy Wing
Create a table to store mappings between channels and repo URLs. We don't have any database configuration set up or anything to run the migrations yet, but this gets the schema defined.