liqd / adhocracy

Adhocracy is a policy drafting and decision making software for distributed groups and open institutions.
GNU Affero General Public License v3.0
150 stars 37 forks source link

Increase locale column length from 7 to 10 characters (fixes #920) #924

Closed nidico closed 10 years ago

nidico commented 10 years ago

zh_Hant_TW and other locales don't fit in 7 characters. 10 should be enough.

Note that the migration doesn't work on SQLite due to limitations in Alembic. In this case, simply stamp alembic to the newest revision (the column character length definitions don't have any effect anyway):

bin/alembic -c etc/adhocracy.ini stamp 1e296c7f5e8c
xi commented 10 years ago

Looks good to me. I do only have a sqlite installation here so I can currently not test it.