diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-23 13:33:44 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-23 13:33:44 +0200 |
commit | 0b25d837b8b97010a5ea65002ca09f1aa7f3e504 (patch) | |
tree | 2c747b2d6a4fcfb3030afc3374874b090023f028 /db/schema.rb | |
parent | 2afb2d3c6788d14039c64dcc2b1ee290c48a0de4 (diff) | |
download | gitlab-ce-0b25d837b8b97010a5ea65002ca09f1aa7f3e504.tar.gz |
Fail builds that also have empty string
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 0fec00ebf8f..1551956c8bc 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: 20151020173906) do +ActiveRecord::Schema.define(version: 20151023112551) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |