diff --git a/app/migrations/24_06_2013_add_costing_to_other_tables.sql b/app/migrations/24_06_2013_add_costing_to_other_tables.sql new file mode 100644 index 00000000..e69de29b diff --git a/app/migrations/26_06_2013_add_email_po_field_to_principle_contacts.sql b/app/migrations/26_06_2013_add_email_po_field_to_principle_contacts.sql new file mode 100644 index 00000000..06d31225 --- /dev/null +++ b/app/migrations/26_06_2013_add_email_po_field_to_principle_contacts.sql @@ -0,0 +1,3 @@ +ALTER TABLE `principle_contacts` ADD `email_purchase_orders` TINYINT( 1 ) NOT NULL; + +