X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2Fcore.sql;h=43e8f1fb126e23801d236381787ad41e361e1339;hp=2b5fd6bd67d060c0d9785f36c0af3ceb8a7c5121;hb=0f58815a147d5675bc75ba066bbcfbd4f3e060c6;hpb=6e37725f0af37cdd6e316acdd552ec51cf5e1a78 diff --git a/DataObjects/core.sql b/DataObjects/core.sql index 2b5fd6bd..43e8f1fb 100644 --- a/DataObjects/core.sql +++ b/DataObjects/core.sql @@ -29,8 +29,8 @@ ALTER TABLE Companies ADD COLUMN country varchar(4) NOT NULL DEFAULT ''; ALTER TABLE Companies ADD COLUMN comptype varchar(32) NOT NULL DEFAULT ''; --- not sure if this needs to change.. ---ALTER TABLE Companies ADD COLUMN comptype_id INT(11) DEFAULT 0; +-- not sure if this needs to change.. << there is code in core/update that fills this in?? +ALTER TABLE Companies ADD COLUMN comptype_id INT(11) DEFAULT 0; ALTER TABLE Companies CHANGE COLUMN isOwner isOwner int(11);