1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00
pasty/internal/storage/postgres/migrations/000004_remove_paste_specific_autodelete.down.sql

5 lines
80 B
MySQL
Raw Normal View History

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