Fix postgres migration

This commit is contained in:
Lukas Schulte Pelkum 2021-07-22 22:44:00 +02:00
parent 99504e0bba
commit 9eaf9c3053
No known key found for this signature in database
GPG Key ID: 408DA7CA81DB885C
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
begin;
alter table if exists "pastes" add column "metadata" jsonb not null;
alter table if exists "pastes" add column "metadata" jsonb;
commit;