removed examKeySalt

This commit is contained in:
anhefti 2020-02-10 11:24:39 +01:00
parent 4d93eb316f
commit 92663c18e8
3 changed files with 0 additions and 3 deletions

View file

@ -292,7 +292,6 @@ INSERT IGNORE INTO configuration_attribute VALUES
(913, 'allowiOSVersionNumberMinor', 'INTEGER', null, null, null, null, '3'),
(914, 'allowiOSVersionNumberPatch', 'INTEGER', null, null, null, null, '5'),
(915, 'browserURLSalt', 'CHECKBOX', null, null, null, null, 'true'),
(916, 'examKeySalt', 'TEXT_FIELD', null, null, null, null, null),
(917, 'browserUserAgentiOS', 'SINGLE_SELECTION', null, '0,1,2,3', null, null, '0'),
(918, 'browserUserAgentiOSCustom', 'TEXT_FIELD', null, null, null, null, ''),
(919, 'browserWindowShowURL', 'SINGLE_SELECTION', null, '0,1,2,3', null, null, '0'),

View file

@ -265,7 +265,6 @@ INSERT IGNORE INTO configuration_attribute VALUES
(913, 'allowiOSVersionNumberMinor', 'INTEGER', null, null, null, null, '3'),
(914, 'allowiOSVersionNumberPatch', 'INTEGER', null, null, null, null, '5'),
(915, 'browserURLSalt', 'CHECKBOX', null, null, null, null, 'true'),
(916, 'examKeySalt', 'TEXT_FIELD', null, null, null, null, null),
(917, 'browserUserAgentiOS', 'SINGLE_SELECTION', null, '0,1,2,3', null, null, '0'),
(918, 'browserUserAgentiOSCustom', 'TEXT_FIELD', null, null, null, null, ''),
(919, 'browserWindowShowURL', 'SINGLE_SELECTION', null, '0,1,2,3', null, null, '0'),

View file

@ -273,7 +273,6 @@ INSERT IGNORE INTO configuration_attribute VALUES
(913, 'allowiOSVersionNumberMinor', 'INTEGER', null, null, null, null, '3'),
(914, 'allowiOSVersionNumberPatch', 'INTEGER', null, null, null, null, '5'),
(915, 'browserURLSalt', 'CHECKBOX', null, null, null, null, 'true'),
(916, 'examKeySalt', 'TEXT_FIELD', null, null, null, null, null),
(917, 'browserUserAgentiOS', 'SINGLE_SELECTION', null, '0,1,2,3', null, null, '0'),
(918, 'browserUserAgentiOSCustom', 'TEXT_FIELD', null, null, null, null, ''),
(919, 'browserWindowShowURL', 'SINGLE_SELECTION', null, '0,1,2,3', null, null, '0'),