1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00
pasty/internal/storage/postgres/migrations/000003_add_metadata.up.sql
2021-07-22 22:44:00 +02:00

5 lines
76 B
PL/PgSQL

begin;
alter table if exists "pastes" add column "metadata" jsonb;
commit;