我已经将应用程序升级到Grails 2.4.0,我正在使用hibernate4插件.执行run-app时,使用内存数据库为每个域类生成以下错误示例.我在hibernate论坛上看了几篇关于错误并不严重的帖子.它只是记录错误,因为它试图丢弃的表尚不存在.
2014-Mai-24 13:25:26,788 ERROR [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport - SchemaExport.java 425 - HHH000389:不成功:alter table user_role drop constraint FK_apcc8lxk2xnug8377fatvbn04 if exists
2014-Mai-24 13:25:26,789 ERROR [localhost-startStop-1] org.hibernate.tool.hbm2ddl.SchemaExport - SchemaExport.java 426 - 表"USER_ROLE"未找到; SQL语句:alter table user_role drop constraint FK_apcc8lxk2xnug8377fatvbn04 if exists [42102-173]
有谁知道如何阻止伐木噪音?