Martin Aspeli wrote: > > Jon Baldivieso wrote: >> I'm thinking about upgrading PressRoom's Press Contact content type; I >> want to add a new field to its schema. >
If all you are doing is adding a new field on the filesystem, then all the content will automatically add it (there should be a how-to on plone.org about this). If, however, you need that field to be indexed, or have a default, or be required, you might need a couple of more steps. I would write an external method, run it once, and get rid of it. Peace, George -- View this message in context: http://www.nabble.com/Best-practices-for-upgrading-schemas--tf4630996s20094.html#a13225883 Sent from the Product Developers mailing list archive at Nabble.com. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
