marked crucial todo for 2025_ deprecated prefixing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user