You've already forked php-auth
generated from siteworxpro/Php-Template
migrations
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m7s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m7s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m11s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 1m24s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 1m21s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 40s
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m7s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m7s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m11s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 1m24s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 1m21s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 40s
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
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 client_scopes;
|
||||
drop table if exists user_scopes;
|
||||
|
||||
drop table if exists scopes;
|
||||
drop table if exists users;
|
||||
drop table if exists user_scopes;
|
||||
drop table if exists clients;
|
||||
Reference in New Issue
Block a user