Skip to content
  • Ryuta Kamizono's avatar
    b2b559c7
    Fix CI failure due to remaining tagging records · b2b559c7
    Ryuta Kamizono authored
    `TRUNCATE TABLE posts` also resets `AUTO_INCREMENT`. If newly created a
    post, it is wrongly associated with remaining tagging records.
    To un-associate remaining tagging record, use `post.create_tagging!`
    instead.
    
    Fixes #35751.
    b2b559c7
    Fix CI failure due to remaining tagging records
    Ryuta Kamizono authored
    `TRUNCATE TABLE posts` also resets `AUTO_INCREMENT`. If newly created a
    post, it is wrongly associated with remaining tagging records.
    To un-associate remaining tagging record, use `post.create_tagging!`
    instead.
    
    Fixes #35751.
Loading