forked from science-ation/science-ation
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:
parent
2e125d263c
commit
9ea5843646
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user