Hello everyone.
I've updated a database from BC17.3 to BC17.4 thanks to the powershell cmlet shown in this doc : Install a version 17 update - Business Central | Microsoft Docs. Everything seemed to work perfectly. I've already done the same tihng from BC17.2 to BC17.3, and it also worked.
But when I try to compile and publish my app extension on VSCode to this updated database, I have this error :

(the end of the mesage is in french. In english it would be : "Reason : can't install extension "Primus-Wine" created by "Primus-Soft" (version 17.0.0.1) on tenant "default" and company " " because of following error : "the following SQL error happened after the cancel of the SQL command : "Invalid column name : 'Not Control Unpaid')
The code compile and create the .app, but doesn't publish.
The column in question is a field I added on the database in 17.3. When I comment this field, I have the same error with other fields I added on 17.3.
Do you have any idea of the origin of this problem ?
Thank you.