changeset 6607 | 29f3e4b31125 |
parent 6579 | 2b93aa515031 |
child 6608 | 1a76045d093d |
--- a/misc/migration/3.10.4_Any.py Fri Oct 22 18:09:13 2010 +0200 +++ b/misc/migration/3.10.4_Any.py Fri Oct 22 18:22:57 2010 +0200 @@ -1,6 +1,6 @@ for eschema in schema.entities(): if not 'cw_source' in eschema.subjrels: - add_relation_def(eschema, 'cw_source', 'CWSource') + add_relation_definition(eschema, 'cw_source', 'CWSource') sql('INSERT INTO cw_source_relation(eid_from, eid_to) ' 'SELECT e.eid,s.cw_eid FROM entities as e, cw_CWSource as s '