Skip to content

Commit

Permalink
fixed migration
Browse files Browse the repository at this point in the history
  • Loading branch information
slaveeks committed Oct 21, 2023
1 parent fc71bfc commit 2bd9176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/tenant/[email protected]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ALTER TABLE IF EXISTS public.notes_settings
RENAME COLUMN IF EXISTS enabled TO is_public;
ALTER TABLE IF EXISTS public.note_settings
RENAME COLUMN enabled TO is_public;

0 comments on commit 2bd9176

Please sign in to comment.