File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
eFormAPI/Plugins/BackendConfiguration.Pn/BackendConfiguration.Pn.Integration.Test/SQL Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN mkdir -p ./Plugins/BackendConfiguration.Pn
3535COPY --from=build-env /app/ItemsPlanning.Pn/out ./Plugins/ItemsPlanning.Pn
3636COPY --from=build-env /app/BackendConfiguration.Pn/out ./Plugins/BackendConfiguration.Pn
3737COPY --from=build-env /app/TimePlanning.Pn/out ./Plugins/TimePlanning.Pn
38- COPY --from=node-env /app/dist wwwroot
38+ COPY --from=node-env /app/dist/browser wwwroot
3939
4040ENV DEBIAN_FRONTEND noninteractive
4141ENV Logging__Console__FormatterName=
Original file line number Diff line number Diff line change @@ -165,6 +165,8 @@ CREATE TABLE `AssignedSiteVersions` (
165165 ` StartWednesday4ThShift` int (11 ) DEFAULT NULL ,
166166 ` StartWednesday5ThShift` int (11 ) DEFAULT NULL ,
167167 ` UseOneMinuteIntervals` tinyint (1 ) NOT NULL DEFAULT 0 ,
168+ ` UseGoogleSheetAsDefault` tinyint (1 ) NOT NULL DEFAULT 0 ,
169+ ` UseOnlyPlanHours` tinyint (1 ) NOT NULL DEFAULT 0 ,
168170 PRIMARY KEY (` Id` )
169171) ENGINE= InnoDB DEFAULT CHARSET= utf8mb4 COLLATE= utf8mb4_general_ci;
170172/* !40101 SET character_set_client = @saved_cs_client */ ;
@@ -318,6 +320,8 @@ CREATE TABLE `AssignedSites` (
318320 ` StartWednesday4ThShift` int (11 ) DEFAULT NULL ,
319321 ` StartWednesday5ThShift` int (11 ) DEFAULT NULL ,
320322 ` UseOneMinuteIntervals` tinyint (1 ) NOT NULL DEFAULT 0 ,
323+ ` UseGoogleSheetAsDefault` tinyint (1 ) NOT NULL DEFAULT 0 ,
324+ ` UseOnlyPlanHours` tinyint (1 ) NOT NULL DEFAULT 0 ,
321325 PRIMARY KEY (` Id` )
322326) ENGINE= InnoDB DEFAULT CHARSET= utf8mb4 COLLATE= utf8mb4_general_ci;
323327/* !40101 SET character_set_client = @saved_cs_client */ ;
You can’t perform that action at this time.
0 commit comments