aurweb/migrations/versions
Kevin Morris b5ff8581f3
feat(migrations): add upgrade_voteinfo_integers ref
This migration modifies the Yes, No, Abstain and ActiveTUs columns
of the TUVoteInfo table from unsigned TINYINT to unsigned INTEGER.

TINYINT supports a total of 1 byte (up to 255 trusted users). This
is quite limited and we don't spend too much more by storing a
standard 4-byte INTEGER.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-06 20:27:23 -08:00
..
56e2ce8e2ffa_utf8mb4_charset_and_collation.py Merge branch 'master' into pu 2021-06-06 17:21:57 -07:00
be7adae47ac3_upgrade_voteinfo_integers.py feat(migrations): add upgrade_voteinfo_integers ref 2022-01-06 20:27:23 -08:00
ef39fcd6e1cd_add_sso_account_id_in_table_users.py remove unused imports, rectify isort violations 2021-06-05 21:27:39 -07:00
f47cad5d6d03_initial_revision.py remove unused imports, rectify isort violations 2021-06-05 21:27:39 -07:00