pasty/internal/storage/postgres/migrations/000004_remove_paste_specifi...

5 lines
80 B
PL/PgSQL

begin;
alter table if exists "pastes" add column "autoDelete" boolean;
commit;