diff options
author | LUKE BENNETT <lbennett@gitlab.com> | 2017-12-16 16:56:55 +0000 |
---|---|---|
committer | LUKE BENNETT <lbennett@gitlab.com> | 2017-12-16 16:56:55 +0000 |
commit | a5b19090ca9f437ad9f1540b2f9173851d9ef3a4 (patch) | |
tree | 71e14d4b9e5fac4f5764fa09f93ae8e3690e2a41 | |
parent | e51e40a5ddc12df8990555446ea9012aee9d7a85 (diff) | |
download | gitlab-ce-a5b19090ca9f437ad9f1540b2f9173851d9ef3a4.tar.gz |
Add line at end of schema.rb
-rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 225276dcfa1..2048c50f892 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -2033,4 +2033,4 @@ ActiveRecord::Schema.define(version: 20171213160445) do add_foreign_key "users_star_projects", "projects", name: "fk_22cd27ddfc", on_delete: :cascade add_foreign_key "web_hook_logs", "web_hooks", on_delete: :cascade add_foreign_key "web_hooks", "projects", name: "fk_0c8ca6d9d1", on_delete: :cascade -end
\ No newline at end of file +end |