<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hey guys, especially Sébastian and or Philipe...<div class=""><br class=""></div><div class="">I'm about to extend the database with a new table, one for the Conference instances itself. Using DBIx::Class schema without a table for conferences is quite silly, one would always need to write some search statement in the DBIx::Class methods. Having a table with the conferences, with at least a column for the $conf_id is the sensible thing to do... one finally can start building relations between conferences and their attendees or the talks etc.</div><div class=""><br class=""></div><div class="">There is some Act::Config that produces some nice hash, from all the .INI files in use by the system.... for now, I would love to se it that those settings would end up neatly in the database table.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">For those who would like to comment,&nbsp;<a href="https://github.com/Act-Voyager/Act/blob/DBIxClass-conference_table/lib/Act/Schema/Result/CommunityEvent.pm" class="">https://github.com/Act-Voyager/Act/blob/DBIxClass-conference_table/lib/Act/Schema/Result/CommunityEvent.pm</a>&nbsp;is the basic setup for that table.</div><div class=""><br class=""></div><div class="">Sébastian, or Philipe... could you please provide me with a bunch (150 or so) existing .INI files so I have some stuff to play around with and set up a nice table structure.</div></body></html>