summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'OAuth/schema/oauth2_allowed_grants.sql')
-rw-r--r--OAuth/schema/oauth2_allowed_grants.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/OAuth/schema/oauth2_allowed_grants.sql b/OAuth/schema/oauth2_allowed_grants.sql
new file mode 100644
index 00000000..993cd15f
--- /dev/null
+++ b/OAuth/schema/oauth2_allowed_grants.sql
@@ -0,0 +1,2 @@
+ALTER TABLE /*_*/oauth_registered_consumer
+ ADD oarc_oauth2_allowed_grants BLOB NULL;