<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Twenty CRM update on Cloudron fails – database schema mismatch (missing column)]]></title><description><![CDATA[<p dir="auto">Error logs</p>
<pre><code>QueryFailedError: column core.workspace.useRecommendedModels does not exist
code: '42703'
routine: 'errorMissingColumn'
</code></pre>
<p dir="auto">This happens during a query when checking user existence (CheckUserExists).</p>
<p dir="auto">What I understand</p>
<p dir="auto">It looks like the application expects new fields in the core.workspace table, but the database schema was not updated accordingly.</p>
<p dir="auto">What I tried</p>
<p dir="auto">I manually added one missing column:</p>
<pre><code>ALTER TABLE core.workspace 
ADD COLUMN "enabledAiModelIds" jsonb;
</code></pre>
<p dir="auto">But the app still fails due to another missing column:</p>
<pre><code>useRecommendedModels
</code></pre>
<p dir="auto">Additional issue</p>
<p dir="auto">I tried to run migrations manually:</p>
<pre><code>npm run typeorm migration:run
</code></pre>
<p dir="auto">But the script does not exist.</p>
]]></description><link>https://forum.cloudron.io/topic/15385/twenty-crm-update-on-cloudron-fails-database-schema-mismatch-missing-column</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 16:41:11 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15385.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Apr 2026 09:26:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Twenty CRM update on Cloudron fails – database schema mismatch (missing column) on Mon, 13 Apr 2026 12:06:36 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/david.opalia" aria-label="Profile: david.opalia">@<bdi>david.opalia</bdi></a></p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/david.opalia" aria-label="Profile: david.opalia">@<bdi>david.opalia</bdi></a> <a href="/post/123341">said</a>:</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/james" aria-label="Profile: james">@<bdi>james</bdi></a> Going forward, could we consider performing updates step-by-step to avoid this kind of issue?</p>
</blockquote>
<p dir="auto">This is the case for all apps that are not marked as unstable.</p>
<p dir="auto">Unstable apps are subjected to changes that can break the app. Like you have experienced here.<br />
We do this with unstable apps so we can get them into a stable state as fast as possible.<br />
Since there can be major issues with previous versions of an unstable app, a breaking version that gets us faster to a stable release is sometimes more efficient than handling the issues of the previous version into the next version and so on.</p>
]]></description><link>https://forum.cloudron.io/post/123342</link><guid isPermaLink="true">https://forum.cloudron.io/post/123342</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Mon, 13 Apr 2026 12:06:36 GMT</pubDate></item><item><title><![CDATA[Reply to Twenty CRM update on Cloudron fails – database schema mismatch (missing column) on Mon, 13 Apr 2026 11:52:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/james" aria-label="Profile: james">@<bdi>james</bdi></a> yes, it works.</p>
<p dir="auto">After investigation, the issue appears to be related to a version gap:</p>
<p dir="auto">Current instance version: 1.18<br />
Upgrade attempted directly to 1.21<br />
The system requires at least 1.20 for workspace migrations to proceed</p>
<p dir="auto">As a result, at least one workspace (my unique workspace) seems to still be at a version below 1.20 (1.18 here), which blocks the global upgrade process.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/james" aria-label="Profile: james">@<bdi>james</bdi></a> Going forward, could we consider performing updates step-by-step to avoid this kind of issue?</p>
]]></description><link>https://forum.cloudron.io/post/123341</link><guid isPermaLink="true">https://forum.cloudron.io/post/123341</guid><dc:creator><![CDATA[david.opalia]]></dc:creator><pubDate>Mon, 13 Apr 2026 11:52:08 GMT</pubDate></item><item><title><![CDATA[Reply to Twenty CRM update on Cloudron fails – database schema mismatch (missing column) on Mon, 13 Apr 2026 10:03:54 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/david.opalia" aria-label="Profile: david.opalia">@<bdi>david.opalia</bdi></a><br />
The app is still marked as unstable.<br />
We have recently made a big change to the app.<br />
Could you please try to uninstall the app and install it again?</p>
]]></description><link>https://forum.cloudron.io/post/123329</link><guid isPermaLink="true">https://forum.cloudron.io/post/123329</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Mon, 13 Apr 2026 10:03:54 GMT</pubDate></item></channel></rss>