marked crucial todo for 2025_ deprecated prefixing

This commit is contained in:
Priec
2025-09-21 21:47:32 +02:00
parent 7e21258d2e
commit 8bd5b5c62f

View File

@@ -150,6 +150,7 @@ impl SteelContext {
}
// Access related table via foreign key relationship
// TODO REDO REMOVE YEAR PREFIX DEPRECATION
let base_name = table.split_once('_')
.map(|(_, rest)| rest)
.unwrap_or(table);