diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-03-31 10:45:03 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-03-31 10:46:06 -0300 |
commit | db36ef60e921847f12ccdff294738910c9173c3c (patch) | |
tree | 7d9ab060eb65deb90caa4cbccee55f15d76059b0 /db/schema.rb | |
parent | 9b93f8adc8d04ed2f62be06241723491711a6cbd (diff) | |
download | gitlab-ce-db36ef60e921847f12ccdff294738910c9173c3c.tar.gz |
Remove todos for deleted merge requests
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 9b9319ddb4f..90eaff1a4dd 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: 20160324020319) do +ActiveRecord::Schema.define(version: 20160331133914) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |