Uploaded image for project: 'Cayenne'
  1. Cayenne
  2. CAY-2556

Unused MergerToken is generated

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 4.1.B2, 4.2.M1
    • 5.0-M1
    • dbimport
    • None

    Description

      1. Drop not null column from db
      2. Run dbImport
      3. This log appears:
        [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
        

      Token to allow null was created but will never used because this column was dropped before.

      Attachments

        Activity

          People

            Unassigned Unassigned
            aarrsseni Arseni Bulatski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: