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

5 lines
73 B
PL/PgSQL

begin;
alter table if exists "pastes" drop column "autoDelete";
commit;