Revision 2d72b516
Von Sven Schöling vor fast 19 Jahren hinzugefügt
sql/lx-office.sql | ||
---|---|---|
453 | 453 |
|
454 | 454 |
CREATE TABLE "project" ( |
455 | 455 |
"id" integer DEFAULT nextval('id'::text) PRIMARY KEY, |
456 |
"projectnumber" text, |
|
456 |
"projectnumber" text UNIQUE,
|
|
457 | 457 |
"description" text, |
458 | 458 |
"itime" timestamp DEFAULT now(), |
459 | 459 |
"mtime" timestamp |
Auch abrufbar als: Unified diff
Bugfix 165: Projektnummern muessen jetzt eindeutig sein.