[ https://issues.apache.org/jira/browse/CAY-2556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nikita Timofeev updated CAY-2556: --------------------------------- Fix Version/s: 5.0-M2 (was: 5.0-M1) > Unused MergerToken is generated > ------------------------------- > > Key: CAY-2556 > URL: https://issues.apache.org/jira/browse/CAY-2556 > Project: Cayenne > Issue Type: Bug > Components: dbimport > Affects Versions: 4.1.B2, 4.2.M1 > Reporter: Arseni Bulatski > Priority: Minor > Fix For: 5.0-M2 > > > # Drop not null column from db > # Run dbImport > # This log appears: > {code:java} > [INFO] Drop Column team_daily_standings.LOSSES_LAST_10_GAMES > [INFO] Drop Column team_daily_standings.WINS_LAST_10_GAMES > [INFO] Drop Column team_daily_standings.TIES_LAST_10_GAMES > [INFO] Drop Column team_daily_standings.OT_LOSSES_LAST_10_GAMES > ... > [INFO] Set Allow Null team_daily_standings.LOSSES_LAST_10_GAMES > [INFO] Set Allow Null team_daily_standings.WINS_LAST_10_GAMES > [INFO] Set Allow Null team_daily_standings.TIES_LAST_10_GAMES > [INFO] Set Allow Null team_daily_standings.OT_LOSSES_LAST_10_GAMES > {code} > Token to allow null was created but will never used because this column was > dropped before. -- This message was sent by Atlassian Jira (v8.20.10#820010)