writefreely/migrations
Matt Baer bb5da1d3f5 Break up v5 table ALTERs for SQLite
Combining all operations into a single query was causing problems in
SQLite. This fixes that by breaking them up into separate queries. It
also moves one column length change to only run on MySQL, since SQLite
doesn't need it.
2020-03-03 11:40:56 -06:00
..
drivers.go Support changing instance page titles 2019-04-11 13:56:07 -04:00
migrations.go Merge branch 'develop' into activitypub-mentions 2020-02-08 11:51:18 -05:00
v1.go Rolling back v1 migration change as per PR feedback. T710 2020-01-02 15:36:21 -05:00
v2.go Support changing instance page titles 2019-04-11 13:56:07 -04:00
v3.go address PR comments 2019-10-25 12:04:24 -07:00
v4.go Remove user_id and remote_user_id constraints in v4&v5 migrations 2020-03-03 11:36:30 -06:00
v5.go Break up v5 table ALTERs for SQLite 2020-03-03 11:40:56 -06:00
v6.go Merge branch 'develop' into activitypub-mentions 2020-02-08 11:51:18 -05:00