mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#783 - HistoryExclude Many-to-Many Query-Generation Error
This commit is contained in:
@@ -572,7 +572,7 @@ public class DeployBeanDescriptor<T> {
|
||||
* Return the base table with as of suffix.
|
||||
*/
|
||||
public String getBaseTableAsOf() {
|
||||
return baseTableAsOf;
|
||||
return historySupport ? baseTableAsOf : baseTable;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user