On Sunday 22 October 2006 16:00, Ian Haywood wrote: > I have changed the Wiki version to follow the Rails Migrations system, > which is how the appointments application is written thus far.
Rails actually autogenerates migration code from any existing schema. However, unless you use the db_discover plugin, you wil have to add constraints (like foreign key checks r validations) manually Horst _______________________________________________ Gpcg_talk mailing list [email protected] http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk
