2903: rename db migrate script with clear description
authorradhika <radhika@curoverse.com>
Mon, 2 Jun 2014 17:56:50 +0000 (13:56 -0400)
committerradhika <radhika@curoverse.com>
Mon, 2 Jun 2014 17:56:50 +0000 (13:56 -0400)
services/api/db/migrate/20140602143352_remove_active_and_success_from_pipeline_instances.rb [moved from services/api/db/migrate/20140528143351_pipeline_instance_attributes.rb with 93% similarity]
services/api/db/schema.rb

similarity index 93%
rename from services/api/db/migrate/20140528143351_pipeline_instance_attributes.rb
rename to services/api/db/migrate/20140602143352_remove_active_and_success_from_pipeline_instances.rb
index ed09fd4d223c1c0e18c6f7622cf0a842e3e34b40..6d4014ce9999ea4b832f4c548893e698e0d8b6a9 100644 (file)
@@ -1,4 +1,4 @@
-class PipelineInstanceAttributes < ActiveRecord::Migration
+class RemoveActiveAndSuccessFromPipelineInstances < ActiveRecord::Migration
   include CurrentApiClient
 
   def up
index 70879e51b563a2ca1fb5f899d65a00797e374036..b026dff554e0064820665af8e23b35240465fa44 100644 (file)
@@ -11,7 +11,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version => 20140601022548) do
+ActiveRecord::Schema.define(:version => 20140602143352) do