[
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: (was: 4.2.M1)
4.2.M2
> 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: 4.2.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.3.2#803003)