diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2014-10-06 16:50:24 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2014-10-06 16:50:24 +0200 |
commit | eceef546d19c16d16772868a05e6769907442f83 (patch) | |
tree | a14564734f6000073b96a12fbcd7de78b630c30d /db/schema.rb | |
parent | 1db8d3104cfab111771a7afbaa015e989640fde4 (diff) | |
download | gitlab-ce-eceef546d19c16d16772868a05e6769907442f83.tar.gz |
Add slack service migration.
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 4e249caa022..84fd1256677 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: 20140914173417) do +ActiveRecord::Schema.define(version: 20141006143943) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |