Is there a way to create a schema without destroying existing data?
I've got things set up as follows:

ActiveRecordStarter.Initialize(config, typeof(class1),
 
typeof(class2);

ActiveRecordStarter.CreateSchema();


Upon doing the ChreateSchema() statement, existing data gets erased.
It's using reflection, so I don't understand why existing data would
get deleted.  Anyone have any ideas?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to