There is also another bug, that you can't use terms longer then 120
characters. On pekin fine arts site that I'm working on I changed term
and transaltion to text.
If you need longer terms use this SQL queries.
ALTER TABLE aiki_dictionaries MODIFY COLUMN term text
ALTER TABLE aiki_dictionaries MO
Hi people:
I've corrected a error detected by Jakub in aiki_dictionaries (see
https://bugs.launchpad.net/aikiframework/+bug/887174)
Aiki don't upgrade database, so you need make a SQL upgrade with this:
ALTER TABLE `aiki_dictionaries` DROP PRIMARY KEY
ALTER TABLE `aiki_dictionaries` ADD INDEX ( `
2 matches
Mail list logo