From fd83bb033839a4305f6594a136f745b0389b9f1c Mon Sep 17 00:00:00 2001 From: Shinya Maeda Date: Thu, 23 Nov 2017 19:01:23 +0900 Subject: [PATCH] Remove cluster_id from 20171013104327_migrate_gcp_clusters_to_new_clusters_architectures --- ...3104327_migrate_gcp_clusters_to_new_clusters_architectures.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/db/post_migrate/20171013104327_migrate_gcp_clusters_to_new_clusters_architectures.rb b/db/post_migrate/20171013104327_migrate_gcp_clusters_to_new_clusters_architectures.rb index 4758c694563..28cd0f70cc2 100644 --- a/db/post_migrate/20171013104327_migrate_gcp_clusters_to_new_clusters_architectures.rb +++ b/db/post_migrate/20171013104327_migrate_gcp_clusters_to_new_clusters_architectures.rb @@ -74,7 +74,6 @@ class MigrateGcpClustersToNewClustersArchitectures < ActiveRecord::Migration encrypted_access_token_iv: gcp_cluster.encrypted_gcp_token_iv }, platform_kubernetes_attributes: { - cluster_id: gcp_cluster.id, api_url: api_url(gcp_cluster.endpoint), ca_cert: gcp_cluster.ca_cert, namespace: gcp_cluster.project_namespace,