Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 19a65e47 by Tony Chemit at 2024-05-02T09:09:24+02:00 migration : ERROR: column objectoperation contains null values - Closes #2880 - - - - - 1 changed file: - core/persistence/migration/src/main/resources/db/migration/v9/9.3/04_issue-2877-common.sql Changes: ===================================== core/persistence/migration/src/main/resources/db/migration/v9/9.3/04_issue-2877-common.sql ===================================== @@ -19,5 +19,7 @@ -- <http://www.gnu.org/licenses/gpl-3.0.html>. -- #L% --- +UPDATE TABLE ps_logbook.FloatingObject SET objectOperation = 'fr.ird.referential.ps.common.ObjectOperation#1603406845789#0.6514988022919388' WHERE objectOperation IS NULL; ALTER TABLE ps_logbook.FloatingObject ALTER COLUMN objectOperation SET NOT NULL; +UPDATE TABLE ps_observation.FloatingObject SET objectOperation = 'fr.ird.referential.ps.common.ObjectOperation#1603406845789#0.6514988022919388' WHERE objectOperation IS NULL; ALTER TABLE ps_observation.FloatingObject ALTER COLUMN objectOperation SET NOT NULL; View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/19a65e479a63f6a8f8aef2eac0... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/19a65e479a63f6a8f8aef2eac0... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT (@tchemit)