Skip to content

Commit f33a860

Browse files
committed
Updating sql dump for tests.
1 parent 24bd091 commit f33a860

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
@@ -312,6 +312,8 @@ CREATE TABLE `RegistrationDeviceVersions` (
312312
`CreatedByUserId` int(11) NOT NULL,
313313
`UpdatedByUserId` int(11) NOT NULL,
314314
`Version` int(11) NOT NULL,
315+
`Description` longtext DEFAULT NULL,
316+
`Name` longtext DEFAULT NULL,
315317
PRIMARY KEY (`Id`)
316318
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
317319
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -341,6 +343,8 @@ CREATE TABLE `RegistrationDevices` (
341343
`CreatedByUserId` int(11) NOT NULL,
342344
`UpdatedByUserId` int(11) NOT NULL,
343345
`Version` int(11) NOT NULL,
346+
`Description` longtext DEFAULT NULL,
347+
`Name` longtext DEFAULT NULL,
344348
PRIMARY KEY (`Id`)
345349
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
346350
/*!40101 SET character_set_client = @saved_cs_client */;

0 commit comments

Comments
 (0)