tduck-platform icon indicating copy to clipboard operation
tduck-platform copied to clipboard

点击问卷设置报错 Table 'tduck.webhook_config' doesn't exist

Open wangrui1573 opened this issue 1 year ago • 2 comments
trafficstars

tduck.webhook_config 表不存在,在init的SQL中也未发现此表的创建语句

使用docker compose 方式启动的

### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table 'tduck.webhook_config' doesn't exist ### The error may exist in com/tduck/cloud/webhook/mapper/WebhookConfigMapper.java (best guess) ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT id,hook_name,source_type,source_id,url,request_type,enabled,other_options,create_time,update_time FROM webhook_config WHERE (source_type = ? AND source_id = ?) ### Cause: java.sql.SQLSyntaxErrorException: Table 'tduck.webhook_config' doesn't exist ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table 'tduck.webhook_config' doesn't exist

wangrui1573 avatar Sep 18 '24 08:09 wangrui1573