Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.2.3
-
Fix Version/s: None
-
Component/s: Migrations
-
Labels:None
-
Environment:Current HEAD of Doctrine 1.2
Description
Replicating the bug:
1. Set ATTR_MODEL_CLASS_PREFIX non-null
2. create schema file with entity
3. run doctrine build-all
4. copy schema file
5. edit schema file to add column to entity
6. run generate-migrations-diff from copy of schema file to edited schema file
Expected (previous) behaviour:
Migration is generated to add the new column to entity
Real behaviour:
Drops entity from database and creates new
Fixed by http://github.com/acoulton/doctrine1/tree/DC-755