HomeWrite.as

Break up v5 table ALTERs for SQLite

Description

Break up v5 table ALTERs for SQLite

Combining all operations into a single query was causing problems in
SQLite. This fixes that by breaking them up into separate queries. It
also moves one column length change to only run on MySQL, since SQLite
doesn't need it.

Details

Provenance
mattAuthored on Mar 3 2020, 5:40 PM
Parents
rWFf1ffcf96ec6f: Remove user_id and remote_user_id constraints in v4&v5 migrations
Branches
Unknown
Tags
Unknown