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

5 lines
70 B
PL/PgSQL

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