aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-strong_migrations/pkg-descr
blob: cfafa560c1b893290a8834961eeadf108dabf4c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
This gem catches the following unsafe migrations:
     - adding a column with a non-null default value to an existing table
     - changing the type of a column
     - renaming a table
     - renaming a column
     - removing a column
     - adding an index non-concurrently (Postgres only)
     - adding a json column to an existing table (Postgres only)

WWW: https://github.com/ankane/strong_migrations