Fixing
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddPaymentMethodToDeliveryDestination < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :delivery_destinations, :payment_method, :string
|
||||
end
|
||||
end
|
||||
@@ -11,7 +11,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20160108081208) do
|
||||
ActiveRecord::Schema.define(version: 20160111024541) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
@@ -67,7 +67,7 @@ ActiveRecord::Schema.define(version: 20160108081208) do
|
||||
t.integer "user_id"
|
||||
t.string "anonymous_id_string"
|
||||
t.boolean "instant_delivery", default: false
|
||||
t.string "payment_method", default: "cash_on_delivery"
|
||||
t.string "payment_method"
|
||||
end
|
||||
|
||||
create_table "delivery_time_estimations", force: :cascade do |t|
|
||||
|
||||
Reference in New Issue
Block a user