|
@@ -1,9 +1,9 @@
|
|
|
# This migration and CreateVersionAssociations provide the necessary
|
|
# This migration and CreateVersionAssociations provide the necessary
|
|
|
# schema for tracking associations.
|
|
# schema for tracking associations.
|
|
|
-class AddOrderStausColumnToBaseDetails < ActiveRecord::Migration
|
|
|
|
|
|
|
+class AddOrderStatusColumnToBaseDetails < ActiveRecord::Migration
|
|
|
def self.up
|
|
def self.up
|
|
|
add_column :base_details, :order_status, :string, :limit => 64
|
|
add_column :base_details, :order_status, :string, :limit => 64
|
|
|
- add_column :order_details, :order_status, :string, :limit => 64
|
|
|
|
|
|
|
+ add_column :order_details, :order_status, :string, :limit => 64
|
|
|
|
|
|
|
|
|
|
|
|
|
end
|
|
end
|