Kyoo/auth/sql/migrations/000004_oidc.down.sql
2026-03-25 20:30:40 +01:00

6 lines
46 B
PL/PgSQL

begin;
drop table keibi.oidc_login;
commit;