science-ation/db/db.update.209.sql

5 lines
283 B
MySQL
Raw Normal View History

ALTER TABLE `projectdivisions` ADD `conferences_id` INT NOT NULL;
ALTER TABLE `projectcategories` ADD `conferences_id` INT NOT NULL;
ALTER TABLE `projectsubdivisions` ADD `conferences_id` INT NOT NULL;
ALTER TABLE `projectcategoriesdivisions_link` ADD `conferences_id` INT NOT NULL;