diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-21 15:01:52 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-24 14:49:23 +0200 |
commit | 456e3a7000ecbc45e6a7d3ebb185686a18e4bfc1 (patch) | |
tree | 3da64ffc0c10cafb32a62b98fb7daf35515f5d7e | |
parent | 2fd47a0e95da2ef2dada1012f09d6c0d1b7431a9 (diff) | |
download | gitlab-ce-456e3a7000ecbc45e6a7d3ebb185686a18e4bfc1.tar.gz |
Update 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 2b7e27e3a31..6db7e386c86 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: 20150417122318) do +ActiveRecord::Schema.define(version: 20150421120000) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |