diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-01 11:33:46 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-01 11:33:46 +0200 |
commit | 6ca5a258cadfef86359756e5dc3ab9f0862e22b9 (patch) | |
tree | 9197ebf40306a22df7c6025c500a3162348b27ef /db | |
parent | 82f19211659270b29881160840f1352ed17f9dbe (diff) | |
download | gitlab-ce-6ca5a258cadfef86359756e5dc3ab9f0862e22b9.tar.gz |
Update db schema
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'db')
-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 0aac301587e..72609da93f1 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: 20150930001110) do +ActiveRecord::Schema.define(version: 20150930095736) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |