whoops last messgae should hav ebeen : add schools management

this one fixes the db to use province_code instead of province
This commit is contained in:
james 2005-05-13 17:36:29 +00:00
parent 2e125d263c
commit 9ea5843646

View File

@ -14,3 +14,4 @@ CREATE TABLE `project_specialawards_link` (
`year` INT NOT NULL ,
PRIMARY KEY ( `id` )
);
ALTER TABLE `schools` CHANGE `province` `province_code` VARCHAR( 2 ) NOT NULL;