1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00
pasty/internal/storage/postgres/migrations/000001_initialize_schema.down.sql
2021-04-15 21:30:37 +02:00

5 lines
47 B
PL/PgSQL

begin;
drop table if exists "pastes";
commit;