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

6 lines
43 B
PL/PgSQL

begin;
drop table keibi.apikeys;
commit;