mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
devel/rubygem-strong_migrations: Adding these new ports, because they are required by net-im/mastodon. https://github.com/reinh/statsd https://www.github.com/localshred/nsa https://github.com/ankane/strong_migrations
10 lines
406 B
Text
10 lines
406 B
Text
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
|