kivitendo/sql/Pg-upgrade/Pg-upgrade-2.2.0.7-2.2.0.8.sql @ 532b0d4c
54e4131e | Moritz Bunkus | CREATE TABLE "printers" (
|
|
"id" integer DEFAULT nextval('id'::text) PRIMARY KEY,
|
|||
"printer_description" text NOT NULL,
|
|||
"printer_command" text,
|
|||
"template_code" text
|
|||
);
|