You've already forked php-auth
generated from siteworxpro/Php-Template
Some checks failed
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 2m25s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 2m35s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Failing after 2m45s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 2m36s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Failing after 2m25s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Failing after 1m10s
7 lines
234 B
SQL
7 lines
234 B
SQL
drop table if exists client_users;
|
|
drop table if exists client_scopes;
|
|
drop table if exists scopes;
|
|
drop table if exists client_redirect_uris;
|
|
drop table if exists clients;
|
|
drop table if exists users;
|
|
drop table if exists user_scopes; |