Open timolegros opened 2 weeks ago
The migration isn't working because it appears that some threads were not uploaded to Cloudflare during the last async migration (https://github.com/hicommonwealth/commonwealth/pull/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