Discussion:
Missing field `ASSETTAG` in table `hardware`
Stéphane Urbanovski
2009-11-23 09:39:45 UTC
Permalink
Hello

I'm using OCSNG_UNIX_SERVER-1.3beta2.

Here is a way to fix the problem :

ALTER TABLE `hardware` ADD `ASSETTAG` VARCHAR( 255 ) NOT NULL ;
ALTER TABLE `hardware` ADD INDEX ( `ASSETTAG` ) ;

Regards
--
Stéphane Urbanovski
Gonéri Le Bouder
2009-11-23 09:41:31 UTC
Permalink
Post by Stéphane Urbanovski
Hello
I'm using OCSNG_UNIX_SERVER-1.3beta2.
ALTER TABLE `hardware` ADD `ASSETTAG` VARCHAR( 255 ) NOT NULL ;
ALTER TABLE `hardware` ADD INDEX ( `ASSETTAG` ) ;
Hi,

Yes, just use the 1.3beta3. It should fix the issue.

Best regards.
--
Gonéri Le Bouder
Loading...