1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00

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

View File

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