issues
search
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).
https://rubydoc.info/github/fatkodima/online_migrations/
MIT License
628
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
BackgroundMigration: relation defined with `includes` raises exception in batch iterator
#65
davejachimiak
closed
1 week ago
1
Fix small typo in changelog
#64
benoittgt
closed
1 month ago
1
add_reference_concurrently creates "_type" column without explicitly saying polymorphic: true in migration: version 0.19.6
#63
HafizSaad12
closed
1 month ago
2
Fix add_reference_concurrently adding type for non-polymorphic ref
#62
Jyeb
closed
1 month ago
1
add_reference_concurrently with polymorphic option
#61
brigidspeed23
closed
1 month ago
4
Should we disallow `IF NOT EXISTS` for concurrent index creation?
#60
ENewmeration
closed
1 month ago
2
rename_table_create_view for long table names
#59
dudleysr
closed
2 months ago
3
False negative for `index_exists?` when `remove_index` runs
#58
evsasse
closed
3 months ago
3
Docs refinement
#57
Tensho
closed
4 months ago
0
Idempotency bugs in `add_reference_concurrently`
#56
ghiculescu
closed
4 months ago
3
`remove_column` triggers check even when wrapped in `safety_assured`
#55
brevio-nicolay
closed
5 months ago
4
Should "Adding a foreign key" recommend two migrations?
#54
ghiculescu
closed
6 months ago
6
Clean up does not remove temporary indexes created
#53
dfan1028
closed
7 months ago
4
Bad background migration behaviour when backfilling primary key id's
#52
dfan1028
closed
7 months ago
2
Update configuring docs
#51
camallen
closed
7 months ago
0
Clarity on lock retry behaviour inside and outside transactions
#50
camallen
closed
7 months ago
4
Allow mismatching bigint FK to integer PK types
#49
joshuay03
closed
8 months ago
1
[Fix #47] `add_reference_concurrently` not checking for mismatching types
#48
joshuay03
closed
8 months ago
4
`add_reference_concurrently` doesn't check for mismatching reference column types
#47
joshuay03
closed
8 months ago
0
Question on 'Adding multiple foreign keys': why does adding multiple FKeys block reads on all involved tables?
#46
wholien
closed
10 months ago
7
Support sharding for background migrations
#45
fatkodima
closed
10 months ago
0
Index name too long error on finalize_column_type_change migration
#44
agrieser-healthie
closed
11 months ago
9
Fix list items in README.md [skip ci]
#43
ybiquitous
closed
12 months ago
1
Dropping support for older ruby/rails
#42
fatkodima
closed
11 months ago
1
Fix when JSONB indexes with similar name as column exist
#41
cmer
closed
1 year ago
3
Copying index when a JSONB index is present on a table is still broken
#40
cmer
closed
1 year ago
6
Fix copying expression indexes when changing column type
#39
cmer
closed
1 year ago
2
`finalize_column_type_change` fails with JSONB indexes
#38
cmer
closed
1 year ago
0
understanding background migrations
#37
jjb
closed
10 months ago
3
Ability to run custom cast logic in column type change
#36
agrieser-healthie
closed
1 year ago
7
Promote check constraint to not null on PG >= 12
#35
solebared
closed
1 year ago
2
Attempting to update `pg_catalog` when changing type of not null column w/o a default
#34
solebared
closed
1 year ago
5
Running more than one migration on same table
#33
seban
closed
1 year ago
2
Difference in results between update_columns_in_batches and update_column_in_batches
#32
doncuomo
closed
1 year ago
4
Fix broken link in `background_migrations.md` docs
#31
johannlejeune
closed
1 year ago
1
`CommandChecker` seems to fail on indexes using expressions rather than columns
#30
gstokkink
closed
1 year ago
3
`add_reference_concurrently` does not properly check for existence of foreign keys
#29
gstokkink
closed
1 year ago
2
`add_not_null_constraint` does not quote column name in check constraint expression
#28
gstokkink
closed
1 year ago
1
Error at running the finalize_column_rename migration
#27
popperur
closed
1 year ago
10
Error at renaming a column if config.active_record.enumerate_columns_in_select_statements is set to true
#26
popperur
closed
1 year ago
5
Support for renaming multiple columns in the same table
#25
popperur
closed
1 year ago
4
Patched `add_foreign_key` helper does not pass on `deferrable` option
#24
gstokkink
closed
1 year ago
3
Support for renaming multiple columns in the same table
#23
popperur
closed
1 year ago
2
Multiple assignments to same column error when trying to do a rename
#22
jensljungblad
closed
1 year ago
14
Improvements to `initialize_column(s)_type_change`
#21
seocahill
closed
1 year ago
10
Upgrade checkout action to eliminate warnings.
#20
petergoldstein
closed
1 year ago
2
add_column_with_default and Arel.sql literal did not backfill data
#19
ghost
closed
1 year ago
4
Update README.md
#18
gstokkink
closed
1 year ago
1
initialize_column_rename does not capture view in schema.rb
#17
martinstreicher
closed
1 year ago
4
Mark CommandChecker#check with ruby2_keywords to make it compatible with Ruby 3.2
#16
EmilioCristalli
closed
1 year ago
3
Next