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
2021-07-30 21:51:33 +02:00

5 lines
80 B
PL/PgSQL

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