diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-06-28 12:20:45 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-06-28 12:20:45 +0200 |
commit | 6209ff671fdd025be31f9dcaf208a71b6ec2907d (patch) | |
tree | 5f1b2fa489a7adb4ea5c45685d6128c85b5b8518 /db | |
parent | 98992c4e4b3231a99eb5ff17c44e96fe79a6cff2 (diff) | |
download | gitlab-ce-6209ff671fdd025be31f9dcaf208a71b6ec2907d.tar.gz |
Update `db/schema.rb` with a new schema version
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 8c7440ee610..3a45e0fe562 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: 20170622162730) do +ActiveRecord::Schema.define(version: 20170628080858) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |