* `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)