You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a migration to add character limit to body/text columns to prevent toasting (VARCHAR(2000));
Update Sequelize model types
The migration to set this constraint must be separate from truncating the bodies (part 4) because truncating the bodies will be an async operation (migration).
Additional context
The text was updated successfully, but these errors were encountered:
The migration isn't working because it appears that some threads were not uploaded to Cloudflare during the last async migration (#9363). I need to investigate why that happened and get those threads uploaded before we can move forward.
Description
VARCHAR(2000)
);The migration to set this constraint must be separate from truncating the bodies (part 4) because truncating the bodies will be an async operation (migration).
Additional context
The text was updated successfully, but these errors were encountered: