Skip to content

Commit 242e1b9

Browse files
committed
Fixing the missing sql update
1 parent 7c02b9f commit 242e1b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ CREATE TABLE `AssignedSiteVersions` (
183183
`DaysBackInTimeAllowedEditing` int(11) NOT NULL DEFAULT 0,
184184
`DaysBackInTimeAllowedEditingEnabled` tinyint(1) NOT NULL DEFAULT 0,
185185
`ResignedAtDate` datetime(6) NOT NULL DEFAULT '0001-01-01 00:00:00.000000',
186+
`EnableMobileAccess` tinyint(1) NOT NULL DEFAULT 0,
186187
PRIMARY KEY (`Id`)
187188
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
188189
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -354,6 +355,7 @@ CREATE TABLE `AssignedSites` (
354355
`DaysBackInTimeAllowedEditing` int(11) NOT NULL DEFAULT 0,
355356
`DaysBackInTimeAllowedEditingEnabled` tinyint(1) NOT NULL DEFAULT 0,
356357
`ResignedAtDate` datetime(6) NOT NULL DEFAULT '0001-01-01 00:00:00.000000',
358+
`EnableMobileAccess` tinyint(1) NOT NULL DEFAULT 0,
357359
PRIMARY KEY (`Id`)
358360
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
359361
/*!40101 SET character_set_client = @saved_cs_client */;

0 commit comments

Comments
 (0)