Hacker News new | ask | show | jobs
by brntn 3258 days ago
Nice work!

Are you using mptt or treebeard under the hood to manage the forking?

1 comments

Nope. It's a pretty simple relation to express without external libraries, so I figured I'd keep the granular control and just do foreign keys. Easier to refactor schema or migrate data that way.