From 48f278ae95cf4cb757cb2ef6a51e2a669c32e64c Mon Sep 17 00:00:00 2001 From: KoloMl Date: Mon, 4 Aug 2025 13:40:19 +0400 Subject: [PATCH] Added TODO about missing "migration" progress for entities --- src/lib/extension/EntitiesTransporter.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/extension/EntitiesTransporter.ts b/src/lib/extension/EntitiesTransporter.ts index 54b01a9..ac29569 100644 --- a/src/lib/extension/EntitiesTransporter.ts +++ b/src/lib/extension/EntitiesTransporter.ts @@ -37,6 +37,8 @@ export default class EntitiesTransporter { } importFromObject(importedObject: Record): EntityType { + // TODO: There should be an auto-upgrader somewhere before the validation. So if even the older version of schema + // was used, we still will will be able to pass the validation. For now we only have non-breaking changes. validateImportedEntity( this.#entityName, importedObject,