orm.mapper(WrReport, wrreport_table)
# We could add a relation but we don't need it yet:
# orm.mapper(WrSledrunCache, wrsledruncache_table, properties = {'reports': orm.relation(WrReport, backref='sledding')})
orm.mapper(WrSledrunCache, wrsledruncache_table)
orm.mapper(WrInnCache, wrinncache_table)
orm.mapper(MwText, text_table)
orm.mapper(WrReport, wrreport_table)
# We could add a relation but we don't need it yet:
# orm.mapper(WrSledrunCache, wrsledruncache_table, properties = {'reports': orm.relation(WrReport, backref='sledding')})
orm.mapper(WrSledrunCache, wrsledruncache_table)
orm.mapper(WrInnCache, wrinncache_table)
orm.mapper(MwText, text_table)