-
Couldn't load subscription status.
- Fork 6
Closed
Milestone
Description
LatticeGenerator should have been rewritten so that instead of messing up rnid in Rnodes, it works with a copy shortrnid of rnid. Here's a suggestion.
- in LatticeGenerator, replace start by copying Rnodes to a temporary table called LatticeRnodes. E.g.
create table LatticeRNodes as select * from RNodes.
- Replace all references to
Rnodestable byLatticeRnodes. The lattice generator is free to mess up theLatticeRnodes. - change the column name
lattice_membership.nametolattice_membership.Rchain. - Using the lattice-fix script, change the column names
lattice_membership.orig_rnidtolattice_membership.member.rnidandlattice_rel.orig_rnidtolattice_rel.rnid_removed.
Metadata
Metadata
Assignees
Labels
No labels