aurweb/schema
Stefan Auditor 24734d06ce Shorten Email column to 254 characters
Using unique indexes on VARCHAR fields with a character count of more
than 255 produces an error in MySQL with InnoDB tables and UTF-8
encoding.

Also, as per https://www.rfc-editor.org/errata_search.php?eid=1690, the
maximum length for email addresses is limited to 254 characters.

Fixes FS#47038.

Signed-off-by: Stefan Auditor <stefan.auditor@erdfisch.de>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2015-11-12 11:47:20 +01:00
..
aur-schema.sql Shorten Email column to 254 characters 2015-11-12 11:47:20 +01:00
gendummydata.py gendummydata.py: Remove CategoryID from dummy data 2015-06-16 23:12:22 +02:00
reloadtestdb.sh reloadtestdb.sh: Use aurweb as main directory 2015-06-17 10:40:24 +02:00