Updated fundraising_campaigns table to use "fundraising_goal" field instead of "fundraising_goal_id"

This commit is contained in:
jacob 2009-10-06 20:49:37 +00:00
parent 562f758c89
commit a4d4cc11cc
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
143
144

1
db/db.update.144.sql Normal file
View File

@ -0,0 +1 @@
ALTER TABLE `fundraising_campaigns` CHANGE `fundraising_goals_id` `fundraising_goal` VARCHAR( 32 ) NOT NULL;