crunchbutton/db/migrate/000171_order.sql
Daniel Camargo 9de00284eb Stuff David asked me
-Changing the expected pickup time to 20 min on the stealth faxes like we discussed

-Force anyone saving a new restaurant to specify the variables Formal-Relationship and 3rd-Party-Delivery (the same way we force them to specify payment method)

-Add a field in order table "Do Not Reimburse Driver?" (values 0 or 1, default = 0) that appears in listorders as a checkbox below the "pay restaurant for this order" checkbox, and appears in the excel export as a column right next to "refunded" and "pay_restaurant_for_this_order" columns
2014-03-02 20:33:20 -03:00

1 line
87 B
SQL

ALTER TABLE `order` ADD `do_not_reimburse_driver` TINYINT( 1 ) NOT NULL DEFAULT '0';