Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Create from Template
contentBlueprintId55acbf47-416a-4aa6-97d6-d6300f1432f5
blueprintModuleCompleteKeycom.atlassian.confluence.plugins.confluence-business-blueprints:meeting-notes-blueprint
createButtonLabelCreate meeting note

Incomplete tasks from meetings

Task report
spacesMFI
pageSize10
spaceAndPagespace:MFI
statusincomplete
labelsmeeting-notes

Decisions from meetings

Decision report
cqlspace = "MFI" and label = "meeting-notes"

All meeting notes

...

Tabellen

Info

CREATE TABLE skfab.damage_places (

damage_place_id int4 NOT NULL DEFAULT nextval('skfab.damage_places_damage_place_id'::regclass),

customer_link int4 NULL,

status int4 NOT NULL,

"name" text NOT NULL,

"comment" text NULL,

created_user_uuid varchar(36) NULL,

changed_date timestamp NOT NULL,

changed_user_uuid varchar(36) NULL,

created_date timestamp NOT NULL,

geometry geometry(MULTIPOLYGON, 4326) NULL,

CONSTRAINT damage_places_pkey PRIMARY KEY (damage_place_id)

);

CREATE INDEX damage_places_gix ON skfab.damage_places USING gist (geometry);