Kyoo/auth/sql/migrations/000001_users.down.sql

7 lines
59 B
PL/PgSQL

begin;
drop table oidc_handle;
drop table users;
commit;