Hi,
I installed right now 1.12 via Docker Compose and I see in the logs the following:
[Nest] 36 - 12/01/2025, 9:44:38 PM LOG [UpgradeCommand] Initialized upgrade context with:
- currentVersion (migrating to): 1.12.0
- fromWorkspaceVersion: 1.11.0
- 6 commands
query: CREATE EXTENSION IF NOT EXISTS "uuid-ossp"
query: SELECT version();
query: SELECT * FROM "information_schema"."tables" WHERE "table_schema" = 'core' AND "table_name" = '_typeorm_migrations'
query: SELECT * FROM "core"."_typeorm_migrations" "_typeorm_migrations" ORDER BY "id" DESC
No migrations are pending
But when I checking in the Database, it's still shows me 1.11. When I restart my container, this message appears all the time. Shall I manually change it in the database 1.12 ?
I migrated directly from 1.11.5 to 1.12
Thanks