summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-06-14 13:51:12 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-06-14 13:51:12 +0200
commit3ade826065f38e3734090cf34fbfc28b68ba79d0 (patch)
tree8894c90dc892086df16782f2c54ca8f6b8b4adb6 /db/schema.rb
parente8f09f02bf8b0053f276a8e5ce0bdd18c621a1a3 (diff)
downloadgitlab-ce-3ade826065f38e3734090cf34fbfc28b68ba79d0.tar.gz
Add specs for models and services
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index cd6c087c847..51a6044f99c 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -390,8 +390,8 @@ ActiveRecord::Schema.define(version: 20160610301627) do
t.boolean "tag"
t.string "sha"
t.integer "user_id"
- t.integer "deployable_id", null: false
- t.string "deployable_type", null: false
+ t.integer "deployable_id"
+ t.string "deployable_type"
t.datetime "created_at"
t.datetime "updated_at"
end