forked from mystiq/dex
Remove defaulting from connector_data column
This commit is contained in:
parent
c4e96dda32
commit
c782ac809c
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ var migrations = []migration{
|
|||
{
|
||||
stmts: []string{`
|
||||
alter table offline_session
|
||||
add column connector_data bytea not null default '';
|
||||
add column connector_data bytea;
|
||||
`,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue