diff options
author | Jarka Kadlecova <jarka@gitlab.com> | 2017-08-15 12:18:49 +0200 |
---|---|---|
committer | Jarka Kadlecova <jarka@gitlab.com> | 2017-08-15 17:51:32 +0200 |
commit | 1a680f2f301bb375d6c5d4333b649a7c21cb6399 (patch) | |
tree | f2bf79d6eecfda363d7cffaa832cf816162819f8 /db/schema.rb | |
parent | a40f221d3d955a836ba3d60ee19884226fd613db (diff) | |
download | gitlab-ce-36465-duplicate-events.tar.gz |
Remove duplicated events for create MR36465-duplicate-events
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 3206e106552..2ea6ae29dc7 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: 20170809161910) do +ActiveRecord::Schema.define(version: 20170815060945) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |