Remove defaulting from connector_data column

This commit is contained in:
Joel Speed 2019-09-26 15:30:44 +01:00
parent c4e96dda32
commit c782ac809c
No known key found for this signature in database
GPG key ID: 6E80578D6751DEFB

View file

@ -205,7 +205,7 @@ var migrations = []migration{
{ {
stmts: []string{` stmts: []string{`
alter table offline_session alter table offline_session
add column connector_data bytea not null default ''; add column connector_data bytea;
`, `,
}, },
}, },