Explorar o código

fixed bug in Storage ref config VERSION = 0

Piotr Labudda %!s(int64=8) %!d(string=hai) anos
pai
achega
d7024e0df9
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      SE/se-lib/RefConfig.php

+ 2 - 1
SE/se-lib/RefConfig.php

@@ -94,7 +94,8 @@ class RefConfig {
 			$refInfo['ID'] = DB::getPDO()->insert("CRM_REF_CONFIG", [
 				'ROOT_OBJECT_NS' => $rootObjectNamespace,
 				'CHILD_NAME' => $childName,
-				'CHILD_NS' => $childNamespace
+				'CHILD_NS' => $childNamespace,
+				'VERSION' => self::$REF_TABLE_VERSION
 			]);
 		}