Skip to content

Commit

Permalink
Fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed Nov 1, 2023
1 parent 46d4321 commit 5a86b08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- SPDX-License-Identifier: Apache-2.0

ALTER TABLE mails
ADD COLUMN IF NOT EXISTS uid BIGINT NOT NULL DEFAULT 0,
ADD COLUMN mailbox IF NOT EXISTS VARCHAR DEFAULT 'unknown' NOT NULL;
ADD COLUMN IF NOT EXISTS "uid" BIGINT NOT NULL DEFAULT 0,
ADD COLUMN IF NOT EXISTS "mailbox" VARCHAR DEFAULT 'unknown' NOT NULL;

create table IF NOT EXISTS mailbox_uid_counter
(
Expand Down

0 comments on commit 5a86b08

Please sign in to comment.