diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-04 15:38:27 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-04 15:38:27 -0800 |
commit | 1ba0a907f77f9b3693485e3c7080c8de6fdf1b92 (patch) | |
tree | a67022673319e3b248d888df170ddb9f818b1eef | |
parent | 3724f5ccaa9c3e0e4262765ce13a01a807ed9760 (diff) | |
download | gitlab-ci-1ba0a907f77f9b3693485e3c7080c8de6fdf1b92.tar.gz |
Update db/schema
-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 cb8d01e..eafe0ee 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: 20150204001035) do +ActiveRecord::Schema.define(version: 20150226001835) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |