gitlab-org--gitlab-foss/spec/lib/gitlab/database
Yorick Peterse 8966263e0c
Customizing of update_column_in_batches queries
By passing a block to update_column_in_batches() one can now customize
the queries executed. This in turn can be used to only update a specific
set of rows instead of simply all the rows in the table.
2016-06-15 16:44:44 +02:00
..
migration_helpers_spec.rb Customizing of update_column_in_batches queries 2016-06-15 16:44:44 +02:00