diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-03-23 23:14:02 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-03-30 12:09:34 -0300 |
commit | 9b93f8adc8d04ed2f62be06241723491711a6cbd (patch) | |
tree | 1a72351e92209386853d58bc3473df98f86060e7 /db/schema.rb | |
parent | 07e1ec5dc1473458c899e745e02e021abfe02212 (diff) | |
download | gitlab-ce-9b93f8adc8d04ed2f62be06241723491711a6cbd.tar.gz |
Destroy related todos when an issue is deleted
Diffstat (limited to 'db/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 dce2bfe62ca..9b9319ddb4f 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20160320204112) do +ActiveRecord::Schema.define(version: 20160324020319) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |