Hello, I'm failing with Pootle upgrade from version 2.0.4 to 2.1.2. After I merged localsettings.py and changed old Pootle dir with the new one I tried to update DB with command: ./manage.py updatedb
...but I've got following error from /var/lib/python-support/python2.5/MySQLdb/connections.py: *_mysql_exceptions.OperationalError: (1054, "Unknown column 'pootle_app_project.source_language_id' in 'field list'")* I checked the table pootle_app_project by hand that it's really missing: +---------------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +---------------+--------------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_increment | | code | varchar(255) | NO | UNI | NULL | | | fullname | varchar(255) | NO | | NULL | | | description | longtext | NO | | NULL | | | checkstyle | varchar(50) | NO | | NULL | | | localfiletype | varchar(50) | NO | | NULL | | | treestyle | varchar(20) | NO | | NULL | | | ignoredfiles | varchar(255) | NO | | NULL | | +---------------+--------------+------+-----+---------+----------------+ I also tried to upgrade translate-toolkit from 1.7 to 1.8 and Django from 1.1.1 to 1.2 but that didn't help. Anyway I'm using tarball with apache and virtualenv. Can someone tell me what I'm doing wrong? Thanks, Lubos ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ Translate-pootle mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/translate-pootle
