pasty/internal/storage/postgres/migrations/000003_add_metadata.down.sql

5 lines
71 B
PL/PgSQL

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