Remove config->external award sources from CONFIG

Remove award_sources table from database
Rename STO->YSO and YSF->YSC
This commit is contained in:
james 2010-02-12 16:48:45 +00:00
parent b2c6729def
commit 9499418eea
3 changed files with 6 additions and 2 deletions

View File

@ -49,7 +49,7 @@
echo " <td><a href=\"judges_questions.php\">".theme_icon("judge_registration_questions")."<br />".i18n("Judge Registration Questions")."</a></td>";
echo " <td><a href=\"safetyquestions.php\">".theme_icon("project_safety_questions")."<br />".i18n("Project Safety Questions")."</a></td>";
echo " <td><a href=\"images.php\">".theme_icon("images")."<br />".i18n("Images (Fair Logo)")."</a></td>";
echo " <td><a href=\"award_sources.php\">".theme_icon("external_award_sources")."<br />".i18n("External Award Sources")."</a></td>";
echo " <td></td>";
echo " </tr>\n";
echo "</table>\n";
echo "<hr />";

View File

@ -1 +1 @@
162
163

4
db/db.update.163.sql Normal file
View File

@ -0,0 +1,4 @@
DROP TABLE `award_sources`;
UPDATE fairs SET name='Youth Science Ontario', abbrv='YSO' WHERE abbrv='STO';
UPDATE fairs SET name='Youth Science Canada' WHERE abbrv='YSC';