diff options
| author | Tiago Botelho <tiagonbotelho@hotmail.com> | 2018-05-29 10:43:06 +0100 |
|---|---|---|
| committer | Tiago Botelho <tiagonbotelho@hotmail.com> | 2018-05-29 11:29:29 +0100 |
| commit | 4a344a154949fc9ba72cd6e122fe4e24d952ff3f (patch) | |
| tree | a93e02e87e51f9b35a5af0894ad8e7c1fb1c4c23 /db/schema.rb | |
| parent | c5adf04cd69035a7a1737df8c2303bc228ea4089 (diff) | |
| download | gitlab-ce-4a344a154949fc9ba72cd6e122fe4e24d952ff3f.tar.gz | |
Adds migration to ensure all remote mirror columns get created
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 a3e33c1d9aa..932b7f8da02 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: 20180524132016) do +ActiveRecord::Schema.define(version: 20180529093006) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |
