Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:WinXP(SP2), JDK 5.0, Maven 1.0.2
-
Number of attachments :
Description
The first time hibernate:schema-update is run, it works fine. However, if the *.hbm.xml files are modified so that one of the original tables no longer exists, a subsequent run of hibernate:schema-update does not remove that table. Seems like an "update" should make sure the DB's schema exactly matches what is specified by the *.hbm.xml files.
Anyone? Anyone?