Discussion:
Missing field `DESCRIPTION` in table `printers`
Stéphane Urbanovski
2009-12-08 13:16:50 UTC
Permalink
Hello

I'm steel trying to use OCSNG_UNIX_SERVER-1.3beta3.

Table `printers` seems to miss `DESCRIPTION` field :

ALTER TABLE `printers` ADD `DESCRIPTION` VARCHAR( 255 ) NOT NULL ;

By the way, the distribution should include the current sql schema.

Regards
--
Stéphane Urbanovski
Gonéri Le Bouder
2009-12-10 08:50:43 UTC
Permalink
Hello
Thank you Stéphane.

This was already been fixed. I added:

ALTER TABLE printers ADD COLUMN DESCRIPTION VARCHAR(255) default NULL;

Cheers,
--
Gonéri Le Bouder
Loading...