diff options
author | Douwe Maan <douwe@selenight.nl> | 2016-03-20 23:09:33 +0100 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2016-03-20 23:09:33 +0100 |
commit | 19aa20d528aca670fd22954e08bf05f2f7a8fe32 (patch) | |
tree | e9fd4fd51a783fcc300aa6029f10499dfb3822b7 /db | |
parent | 7c51d5efecdad1a7f52ffecdf57c86b7b90ca166 (diff) | |
download | gitlab-ce-19aa20d528aca670fd22954e08bf05f2f7a8fe32.tar.gz |
Fix more specs
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 9d1d7d9b823..11ae4815801 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: 20160316204731) do +ActiveRecord::Schema.define(version: 20160320204112) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |