Skip to content

Commit

Permalink
Merge pull request #202 from codex-team/migrate-editor-tool-data
Browse files Browse the repository at this point in the history
fix(migratinons): user.editorTools null to '[]'
  • Loading branch information
e11sy authored Feb 25, 2024
2 parents 50b75b6 + 5f7fa44 commit 80edafd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations/tenant/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE public.users SET "editor_tools" = COALESCE(editor_tools, '[]'::jsonb)

0 comments on commit 80edafd

Please sign in to comment.