Skip to content
Snippets Groups Projects
Commit 39b1173e authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

devel/rubygem-strong_migrations61: New port

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)

Sponsored by:	Nepustil
parent 937fe4a5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment