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

5 lines
73 B
MySQL
Raw Normal View History

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