soundcloud / lhm

Online MySQL schema migrations
BSD 3-Clause "New" or "Revised" License
1.83k stars 190 forks source link

Does LHM rebuild external constraints? #141

Open soulfly opened 8 years ago

soulfly commented 8 years ago

For example, I have 'users' table which I would like to alter (add 2 columns) with LHM.

But I have 2 more tables that have constraints on 'users' table. As I understand, after LHM job they will point to old users table, not new one

how to fix it?