writefreely/migrations
Matt Baer 471ef4d403 Fix "NOT NULL column with NULL" error in v5 SQLite migration
Previously, this migration would cause the error: "Cannot add a NOT NULL
column with default value NULL". This fixes that by setting the default
value for new columns to '' (empty string). It updates the query builder
to support this, too.
2020-03-03 11:43:46 -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 Fix "NOT NULL column with NULL" error in v5 SQLite migration 2020-03-03 11:43:46 -06:00
v6.go Merge branch 'develop' into activitypub-mentions 2020-02-08 11:51:18 -05:00