Kyoo/auth/sql/migrations/000001_users.down.sql
2025-11-04 09:48:21 +01:00

7 lines
71 B
PL/PgSQL

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