EN · DE · RU · FR · ES

#1487: V8.0.12__RELEASE-TimesheetDO_AI-TimeSavings.sql

projectforge-business/src/main/resources/flyway/migrate/common/V8.0.12__RELEASE-TimesheetDO_AI-TimeSavings.sql Typ: Flyway-SQL-Migration · Datenbank: Common · Quelle: projectforge-business/src/main/resources/flyway/migrate/common/V8.0.12__RELEASE-TimesheetDO_AI-TimeSavings.sql 5 Zeilen · 4 Code · 0 Kommentare · 1 Leerzeile
Flyway-Datenbankmigrationsskript für Common. Enthält SQL-DDL/DML-Anweisungen zur Schemaentwicklung.

Tabellenänderungen

ALTER TABLE t_timesheet
ALTER TABLE t_timesheet
ALTER TABLE t_timesheet

SQL-Inhalt

-- Parameter hinzufügen: Zeitersparnis durch KI-Nutzung zu t_timesheet:

ALTER TABLE t_timesheet ADD COLUMN time_saved_by_ai NUMERIC(10, 2);
ALTER TABLE t_timesheet ADD COLUMN time_saved_by_ai_unit CHAR(10);
ALTER TABLE t_timesheet ADD COLUMN time_saved_by_ai_description VARCHAR(1000);

Git-Verlauf

cbffabd60 WIP: Zeitersparnis durch KI
26a7fd093 WIP Zeiterfassung: Speicherung durch KI