mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-23 03:33:20 -05:00
Use engine.TableInfo(bean) instead of manually checking the TableName interface and falling back to the mapper. This delegates all table name resolution to xorm's own logic.