Slide 43
Slide 43 text
Column Operations
● ADD COLUMN, DROP COLUMN, rename column, change default value
● Can’t run directly as Rails’ generated SQL locks table
● Open new issue with SRE team, asking to run migration DDL with
ALGORITHM=INPLACE, LOCK=NONE;
○ Then, perform INSERT into schema_migrations with migration version directly