fatkodima/online_migrations
Catch unsafe PostgreSQL migrations in development and run them easier in production (code helpers for table/column renaming, changing column type, adding columns with default, background migrations, etc).
RubyMIT
Issues
- 3
rename_table_create_view for long table names
#59 opened by dudleysr - 3
- 4
- 6
- 4
- 2
- 4
- 0
`add_reference_concurrently` doesn't check for mismatching reference column types
#47 opened by joshuay03 - 7
Question on 'Adding multiple foreign keys': why does adding multiple FKeys block reads on all involved tables?
#46 opened by wholien - 3
understanding background migrations
#37 opened by jjb - 1
Dropping support for older ruby/rails
#42 opened by fatkodima - 7
- 9
- 6
- 0
- 5
Attempting to update `pg_catalog` when changing type of not null column w/o a default
#34 opened by solebared - 2
Running more than one migration on same table
#33 opened by seban - 4
Difference in results between update_columns_in_batches and update_column_in_batches
#32 opened by doncuomo - 3
`CommandChecker` seems to fail on indexes using expressions rather than columns
#30 opened by gstokkink - 5
Error at renaming a column if config.active_record.enumerate_columns_in_select_statements is set to true
#26 opened by popperur - 2
`add_reference_concurrently` does not properly check for existence of foreign keys
#29 opened by gstokkink - 1
`add_not_null_constraint` does not quote column name in check constraint expression
#28 opened by gstokkink - 10
- 3
- 2
- 14
- 4
- 4
- 3
Remove index by name
#10 opened by internethostage - 2
Skip old migrations
#12 opened by benoittgt - 0
- 1
- 1
- 2
- 3
- 1
Integration with CI
#2 opened by berniechiu