mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-20 02:43:22 +00: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.