Added helper methods for database migrations
These helpers can be used to perform migrations without taking down the entire application. For example, the method "add_column_with_default" can be used to add a new column with a default value without locking the entire table.
Showing
Please register or sign in to comment