diff options
author | GitLab <gitlab@localhost> | 2014-04-18 12:05:00 +0200 |
---|---|---|
committer | GitLab <gitlab@localhost> | 2014-04-18 12:05:00 +0200 |
commit | 556ddbcad49be5d59cd6275639ac149f5b2ee7ac (patch) | |
tree | e1c254f28ddbbbe2602db738be4ce1eae13c4b5f /db | |
parent | 7ee0a94e8bd4da8862fab0ec2e8b7ccc0a2581f9 (diff) | |
download | gitlab-ce-556ddbcad49be5d59cd6275639ac149f5b2ee7ac.tar.gz |
Add schema number change.
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 0d3923b35c3..e53a637af66 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: 20140414131055) do +ActiveRecord::Schema.define(version: 20140416185734) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |