Guys, I have this problem. Has anyone ever experienced this?
Database Upgrade Error
Column 'OSUSR_G86_PICTURE.ID' exists in database as Long Integer (Autonumber) but the new version is defined as Long Integer (BIGINT). Database Autonumber columns can not be changed.
Do as it says in this post
https://www.outsystems.com/forums/discussion/62221/exists-in-database-as-long-integer-autonumber-error/
Or follow also this post
https://www.outsystems.com/forums/discussion/57888/database-upgrade-error-column-osusr-yge-enduser-id-exists-in-database/
As stated, "In OutSystems, you can't change, or replace, the Identifier, after you published the entity."
Kind Regards,
Márcio
Thanks Márcio.