mirror of
https://github.com/netbirdio/dex.git
synced 2026-05-22 18:43:53 -07:00
Remove defaulting from connector_data column
This commit is contained in:
@@ -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;
|
||||
`,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user