mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-10 08:06:04 +00:00
4 lines
131 B
SQL
4 lines
131 B
SQL
DROP TABLE IF EXISTS oauth_access_grants;
|
|
DROP TABLE IF EXISTS oauth_authorization_codes;
|
|
DROP TABLE IF EXISTS oauth_applications;
|