Menu

Commit [r8081]  Maximize  Restore  History

MultiRepos: Merged [8079] from trunk.

'''For people who have already upgraded their database to version 22 or 23, this requires manual intervention on the database.'''

You have to remove the `cache` table and re-create it by hand:
{{{
DROP TABLE cache;
CREATE TABLE cache ( id text PRIMARY KEY, generation int );
}}}
(for SQLite; or the equivalent for your database)

See #8197.

rblank 2009-04-08

changed /sandbox/multirepos/trac/cache.py
changed /sandbox/multirepos/trac/db_default.py
changed /sandbox/multirepos/trac/upgrades/db22.py
/sandbox/multirepos/trac/cache.py Diff Switch to side-by-side view
Loading...
/sandbox/multirepos/trac/db_default.py Diff Switch to side-by-side view
Loading...
/sandbox/multirepos/trac/upgrades/db22.py Diff Switch to side-by-side view
Loading...