|
|
@@ -19,5 +19,5 @@ func (svc *QueryRuleService) Destroy() error {
|
|
|
}
|
|
|
|
|
|
func (svc *QueryRuleService) prefixRoot(appInstance *application.App) {
|
|
|
- query_rule.Bind(appInstance, &query_rule.Simple{Schema: dbSchema})
|
|
|
+ query_rule.Bind(appInstance, &query_rule.Simple{Schema: dbSchema, DisableRecordRule: false})
|
|
|
}
|