mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
5 lines
76 B
PL/PgSQL
5 lines
76 B
PL/PgSQL
begin;
|
|
|
|
alter table if exists "pastes" add column "metadata" jsonb;
|
|
|
|
commit; |