RegisteredTableNames() was using the xorm name mapper to derive table names from Go struct type names, ignoring custom TableName() methods. This caused `vikunja dump` to look for `database_notification` instead of the actual table `notifications`, resulting in a fatal error. Fixes go-vikunja/vikunja#2464 |
||
|---|---|---|
| .. | ||
| fixtures | ||
| db.go | ||
| db_path_test.go | ||
| dump.go | ||
| helpers.go | ||
| helpers_test.go | ||
| test.go | ||
| test_fixtures.go | ||