summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-05-30 12:09:12 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-05-30 12:09:12 +0300
commitdb9f765852d9fef464e69c0bf47a382f2ab7219d (patch)
tree0d5cb92c6d0ece686e9bfa0e9f676a10a714db49 /db/schema.rb
parentc075a047cd89ad53839b877a6dc8f4dbf970c5fb (diff)
downloadgitlab-ce-db9f765852d9fef464e69c0bf47a382f2ab7219d.tar.gz
Rename clusters_applications_jupyters to uncountable
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 7c6d5b92c80..207ff976407 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -635,7 +635,7 @@ ActiveRecord::Schema.define(version: 20180521171529) do
t.string "external_ip"
end
- create_table "clusters_applications_jupyters", force: :cascade do |t|
+ create_table "clusters_applications_jupyter", force: :cascade do |t|
t.integer "cluster_id", null: false
t.integer "oauth_application_id"
t.integer "status", null: false