summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-05-24 18:11:30 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-05-25 17:16:41 +0300
commitb3cf1530829755411a7057031c2e8ea36ee31b62 (patch)
treec6e59cba4d4c5f9ed23dcae20dd773d60ef519b9 /db/schema.rb
parent4220e914db356f4a55c771a7ad7f559e2507dd56 (diff)
downloadgitlab-ce-b3cf1530829755411a7057031c2e8ea36ee31b62.tar.gz
Add oauth reference to jupyter cluster app
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 3a57f9ecbd2..1d0b9fab758 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -637,6 +637,7 @@ ActiveRecord::Schema.define(version: 20180521171529) do
create_table "clusters_applications_jupyters", force: :cascade do |t|
t.integer "cluster_id", null: false
+ t.integer "oauth_application_id"
t.integer "status", null: false
t.string "version", null: false
t.string "hostname"