DataObjects/core.sql
[Pman.Core] / DataObjects / core.sql
index 9f9750e..5d22232 100644 (file)
@@ -47,7 +47,7 @@ ALTER TABLE Companies ADD COLUMN    address3 text ;
 
 
 ALTER TABLE Companies ADD INDEX name_lookup (name);
-
+ALTER TABLE Companies ADD COLUMN is_system INT(2) NOT NULL DEFAULT 0;
 
 -- our new code should have this fixed now..
 -- UPDATE Companies set comptype='OWNER' where isOwner=1;