summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
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