Skip to content

Commit d123bc5

Browse files
committed
Fixing sql create statements.
1 parent fa49bae commit d123bc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eFormAPI/Plugins/BackendConfiguration.Pn/BackendConfiguration.Pn.Integration.Test/SQL/420_eform-angular-time-planning-plugin.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 */;

0 commit comments

Comments
 (0)