diff --git a/db/migrations/000001_create_users_table.down.sql b/db/migrations/000001_create_users_table.down.sql index b4e1d0d..77bdbe5 100644 --- a/db/migrations/000001_create_users_table.down.sql +++ b/db/migrations/000001_create_users_table.down.sql @@ -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; \ No newline at end of file +drop table if exists clients; \ No newline at end of file diff --git a/front-end/index.html b/front-end/index.html index 0eb00ec..9e8f8fb 100644 --- a/front-end/index.html +++ b/front-end/index.html @@ -4,7 +4,7 @@ -