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

6 lines
44 B
PL/PgSQL

begin;
drop table keibi.sessions;
commit;