avam-client and oauth2
This commit is contained in:
5
migrations/20241012185353_oauth2.down.sql
Normal file
5
migrations/20241012185353_oauth2.down.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Add down migration script here
|
||||
DROP TABLE "refresh_tokens";
|
||||
DROP TABLE "authorized_clients";
|
||||
DROP TABLE "authorization_code";
|
||||
DROP TABLE "clients";
|
Reference in New Issue
Block a user