Bugfix 165: Projektnummern muessen jetzt eindeutig sein.
[kivitendo-erp.git] / sql / lx-office.sql
index ca5b1d3..7626726 100644 (file)
@@ -453,7 +453,7 @@ CREATE TABLE "shipto" (
 
 CREATE TABLE "project" (
        "id" integer DEFAULT nextval('id'::text) PRIMARY KEY,
-       "projectnumber" text,
+       "projectnumber" text UNIQUE,
        "description" text,
         "itime" timestamp DEFAULT now(),
         "mtime" timestamp