science-ation/db/db.update.130.sql
dave daf3314c03 - Fix the sql database for hte last commit
- move code around in curl for less indentation
2009-09-08 17:39:57 +00:00

5 lines
175 B
SQL

ALTER TABLE `award_awards` CHANGE `award_sources_id` `award_source_fairs_id` INT( 10 ) UNSIGNED NULL DEFAULT NULL;
ALTER TABLE `fairs` ADD `award_awards_ids` TEXT NOT NULL;