Skip to content
Snippets Groups Projects
Unverified Commit c782ac80 authored by Joel Speed's avatar Joel Speed
Browse files

Remove defaulting from connector_data column

parent c4e96dda
No related branches found
No related tags found
No related merge requests found
......@@ -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;
`,
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment