Slide 110
Slide 110 text
We don’t use AR::Migration
The app connects to 30 databases,
and AR::Migration doesn't support
multiple DB connections
We change the DB schema everyday
If we use AR::Migration, we would
have millions of migration les,
which would take forever to execute