aboutsummaryrefslogtreecommitdiff
path: root/db/migrate/20180417195307_add_vpc_id_to_terraform_aws_backends.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20180417195307_add_vpc_id_to_terraform_aws_backends.rb')
-rw-r--r--db/migrate/20180417195307_add_vpc_id_to_terraform_aws_backends.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20180417195307_add_vpc_id_to_terraform_aws_backends.rb b/db/migrate/20180417195307_add_vpc_id_to_terraform_aws_backends.rb
new file mode 100644
index 0000000..d1c176d
--- /dev/null
+++ b/db/migrate/20180417195307_add_vpc_id_to_terraform_aws_backends.rb
@@ -0,0 +1,5 @@
+class AddVpcIdToTerraformAwsBackends < ActiveRecord::Migration[5.1]
+ def change
+ add_column :terraform_aws_backends, :vpc_id, :string, null: false
+ end
+end