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:
parent
99504e0bba
commit
9eaf9c3053
@ -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;
|
Loading…
Reference in New Issue
Block a user