From ff47f0a413216836cfda8f6e355d8d5a38bde52c Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Thu, 27 Jun 2013 00:06:08 +1000 Subject: [PATCH] Added migrations --- app/migrations/24_06_2013_add_costing_to_other_tables.sql | 0 .../26_06_2013_add_email_po_field_to_principle_contacts.sql | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 app/migrations/24_06_2013_add_costing_to_other_tables.sql create mode 100644 app/migrations/26_06_2013_add_email_po_field_to_principle_contacts.sql 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; + +