pasty/internal/storage/postgres/migrations/000001_initialize_schema.do...

5 lines
47 B
PL/PgSQL

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