1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00
pasty/internal/storage/postgres/migrations/000003_add_metadata.down.sql
2023-06-13 01:22:05 +02:00

5 lines
61 B
PL/PgSQL

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