diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2019-01-31 08:58:58 -0600 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-02-04 12:08:09 -0600 |
commit | 087af654bbae1e4a843029b33e1aab546f4d7d61 (patch) | |
tree | 9230a20b2eb5deecd93d431bf30489d714887c20 /db | |
parent | 8b5553daa43d48fdef42f0f2a3f700580dea770b (diff) | |
download | gitlab-ce-087af654bbae1e4a843029b33e1aab546f4d7d61.tar.gz |
Addresses backend/db review comments
- Fixes multiple typos on AutoDevops script
- Add an alias to Clusters::Cluster#domain as base_domain, so it's more
descriptive
- Removes unnecessary memoization on qa specs
- Changes migration to a post migration to deal better with traffic on
big instances (like gitlab.com)
Diffstat (limited to 'db')
-rw-r--r-- | db/post_migrate/20190204115450_migrate_auto_dev_ops_domain_to_cluster_domain.rb (renamed from db/migrate/20190129165720_migrate_auto_dev_ops_domain_to_cluster_domain.rb) | 0 | ||||
-rw-r--r-- | db/schema.rb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20190129165720_migrate_auto_dev_ops_domain_to_cluster_domain.rb b/db/post_migrate/20190204115450_migrate_auto_dev_ops_domain_to_cluster_domain.rb index 392e64eeade..392e64eeade 100644 --- a/db/migrate/20190129165720_migrate_auto_dev_ops_domain_to_cluster_domain.rb +++ b/db/post_migrate/20190204115450_migrate_auto_dev_ops_domain_to_cluster_domain.rb diff --git a/db/schema.rb b/db/schema.rb index 4b6e4992056..68d1240dc73 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20190131122559) do +ActiveRecord::Schema.define(version: 20190204115450) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |