Skip to content

Update DB docs to add text limit in one migration

What does this MR do and why?

Updates the database documentation for adding text column to existing tables.

We advise adding text limits in a separate migration, even though there is a cop that must be disabled. This MR adds more explanation about this and advices to add the text limit in the same migration but check if the column already exists.

How to set up and validate locally

  1. Visit http://127.0.0.1:3000/help/development/database/strings_and_the_text_data_type.md

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Andy Schoenen

Merge request reports

Loading