mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
471ef4d403
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. |
||
---|---|---|
.. | ||
drivers.go | ||
migrations.go | ||
v1.go | ||
v2.go | ||
v3.go | ||
v4.go | ||
v5.go | ||
v6.go |