summaryrefslogtreecommitdiff
path: root/priv/repo/migrations/20191009154606_add_user_info_columns.exs
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
2019-10-26User info migration improvementsrinpatch
- Move column additions into a separate migration, so postgres doesn't need an exclusive lock on the table for the main part - Fill in columns by using one big update statement instead of a bunch of small ones because it's much faster (the migration took 140s on patch.cx database)