Kyoo/auth/sql/migrations/000003_apikeys.down.sql
2025-04-23 19:41:42 +02:00

6 lines
37 B
PL/PgSQL

begin;
drop table apikeys;
commit;