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

7 lines
71 B
PL/PgSQL

begin;
drop table keibi.oidc_handle;
drop table keibi.users;
commit;