Files
avam/migrations/20241012185353_oauth2.down.sql
2024-10-17 00:56:02 +02:00

6 lines
151 B
SQL

-- Add down migration script here
DROP TABLE "refresh_tokens";
DROP TABLE "authorized_clients";
DROP TABLE "authorization_code";
DROP TABLE "clients";