Menu

Commit [r2172]  Maximize  Restore  History

TracCrossReferences branch: some renamings

* `s/dst/target/`
* `s/dest/target/`
* `s/destination/target/`
* `s/src/source/`

Note: if you already had a `xref` table, simply do the following in sqlite:
{{{
#!sql
drop table xref;
update system set value='13' where name='database_version';
}}}
Then, using `trac-admin`, do an `upgrade` and an `xref`.

PS: also fixed the upgrade process (one statement at a time)

cboos 2005-09-04

changed /branches/cboos-dev/xref-branch/trac/db_default.py
changed /branches/cboos-dev/xref-branch/trac/object.py
changed /branches/cboos-dev/xref-branch/trac/upgrades/db14.py
changed /branches/cboos-dev/xref-branch/trac/xref.py
/branches/cboos-dev/xref-branch/trac/db_default.py Diff Switch to side-by-side view
Loading...
/branches/cboos-dev/xref-branch/trac/object.py Diff Switch to side-by-side view
Loading...
/branches/cboos-dev/xref-branch/trac/upgrades/db14.py Diff Switch to side-by-side view
Loading...
/branches/cboos-dev/xref-branch/trac/xref.py Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB