diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-03 17:10:41 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-03 17:10:41 +0300 |
commit | 6f423b987f0c461ace7702a142c7230082d122be (patch) | |
tree | 41bec3d503b03bf3e2033f163a08f46d375621d6 /db/schema.rb | |
parent | e8f1331fa4b3f4c4037f6509b2a846f521f506fc (diff) | |
download | gitlab-ce-6f423b987f0c461ace7702a142c7230082d122be.tar.gz |
Update repos hooks in migration
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 9159556ac72..a2dda07c102 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: 20140730111702) do +ActiveRecord::Schema.define(version: 20140903115954) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |