Skip to content
Snippets Groups Projects
Verified Commit e8670990 authored by Yorick Peterse's avatar Yorick Peterse
Browse files

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.
parent 3dc64764
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