musicbrainz-server
musicbrainz-server copied to clipboard
MBS-12359: Refactor _columns implementation in data model
Implement MBS-12359
Description
This changes the implementation of _columns
to list each column on one row, and turns it into a lazy Moose attribute using a builder
in order to cache the result of the join
call.
Testing
Only automated testing at the moment.