Skip to content

Commit c05835e

Browse files
committed
Fixing sql dump.
1 parent 3d0ebe5 commit c05835e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eFormAPI/Plugins/BackendConfiguration.Pn/BackendConfiguration.Pn.Integration.Test/SQL/420_eform-backend-configuration-plugin.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@ CREATE TABLE `ComplianceVersions` (
847847
`MicrotingSdkeFormId` int(11) NOT NULL DEFAULT 0,
848848
`CheckListSiteId` int(11) NOT NULL DEFAULT 0,
849849
`PlanningCaseSiteId` int(11) NOT NULL DEFAULT 0,
850+
`MovedToExpiredFolder` tinyint(1) NOT NULL DEFAULT 0,
850851
PRIMARY KEY (`Id`)
851852
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
852853
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -886,6 +887,7 @@ CREATE TABLE `Compliances` (
886887
`MicrotingSdkeFormId` int(11) NOT NULL DEFAULT 0,
887888
`CheckListSiteId` int(11) NOT NULL DEFAULT 0,
888889
`PlanningCaseSiteId` int(11) NOT NULL DEFAULT 0,
890+
`MovedToExpiredFolder` tinyint(1) NOT NULL DEFAULT 0,
889891
PRIMARY KEY (`Id`),
890892
UNIQUE KEY `IX_PlanningId_Deadline` (`PlanningId`,`Deadline`)
891893
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
@@ -2453,4 +2455,4 @@ UNLOCK TABLES;
24532455
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
24542456
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
24552457

2456-
-- Dump completed on 2024-06-13 12:04:48
2458+
-- Dump completed on 2024-06-13 12:04:48

0 commit comments

Comments
 (0)