diff options
author | Valery Sizov <valery@gitlab.com> | 2016-08-30 22:44:11 +0300 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2016-08-30 23:50:22 +0300 |
commit | a476e6f5e53c54bcc74a482f0695564713da7dd0 (patch) | |
tree | 6ad9308cdb4313c2b3f0c24436fd65851d034f5d /db/schema.rb | |
parent | dafbcf63bd4eb7a90b611b9054d7de7832e3c97a (diff) | |
download | gitlab-ce-a476e6f5e53c54bcc74a482f0695564713da7dd0.tar.gz |
Remove default value for lock_version
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 227e10294e4..0cd8648da2e 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: 20160824103857) do +ActiveRecord::Schema.define(version: 20160827011312) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |