Alle ISO-8859-15-codierten Files nach UTF-8 encodieren
[kivitendo-erp.git] / sql / Pg-upgrade / Pg-upgrade-2.2.0.7-2.2.0.8.sql
1 CREATE TABLE "printers" (
2         "id" integer DEFAULT nextval('id'::text) PRIMARY KEY,
3         "printer_description" text NOT NULL,
4         "printer_command" text,
5         "template_code" text
6 );