summaryrefslogtreecommitdiff
path: root/devel/rubygem-strong_migrations/pkg-descr
blob: 06ca9058210780b52f2ac448579713c08388a858 (plain) (blame)
1
2
3
4
5
6
7
8
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)