From a4d4cc11cc29ae69757204e560e8ac0affdff66f Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 6 Oct 2009 20:49:37 +0000 Subject: [PATCH] Updated fundraising_campaigns table to use "fundraising_goal" field instead of "fundraising_goal_id" --- db/db.code.version.txt | 2 +- db/db.update.144.sql | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 db/db.update.144.sql diff --git a/db/db.code.version.txt b/db/db.code.version.txt index fba7ed5..a29644e 100644 --- a/db/db.code.version.txt +++ b/db/db.code.version.txt @@ -1 +1 @@ -143 +144 diff --git a/db/db.update.144.sql b/db/db.update.144.sql new file mode 100644 index 0000000..a5d4363 --- /dev/null +++ b/db/db.update.144.sql @@ -0,0 +1 @@ +ALTER TABLE `fundraising_campaigns` CHANGE `fundraising_goals_id` `fundraising_goal` VARCHAR( 32 ) NOT NULL;