From 514c1f12b9006c2534e02a0174ce2cf7441caa82 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 13 Jul 2010 03:30:04 +0000 Subject: [PATCH] Move my 196 update to 198. Add conferences_id migration to users table --- db/db.update.198.php | 43 +++++++++++++++++++++++++++++++++++++++++++ db/db.update.198.sql | 7 ++----- 2 files changed, 45 insertions(+), 5 deletions(-) create mode 100644 db/db.update.198.php diff --git a/db/db.update.198.php b/db/db.update.198.php new file mode 100644 index 00000000..b13b9b7f --- /dev/null +++ b/db/db.update.198.php @@ -0,0 +1,43 @@ +>>>>>> Stashed changes +-- Add conferences ID to users +ALTER TABLE `users` ADD `conferences_id` INT NOT NULL AFTER `accounts_id`;