<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,4 +26,6 @@ Upgrading an Engines-based CE app to use the new Desert-based CE is easy:
 
 Notes
 =====
-If you have old migrations from the Engines-based CE, you may experience some problems if you try to migrate your db from 0. That's because the old plugin migrations used the `Engines.plugins[&quot;community_engine&quot;].migrate(version_number)` format. You'll need to replace all those with `migrate_plugin(:community_engine, version_number)`, and also run `rake community_engine:db:migrate:upgrade_desert_plugin_migrations` to ensure your plugin migrations are listed in the correct table.
\ No newline at end of file
+If you have old migrations from the Engines-based CE, you may experience some problems if you try to migrate your db from version 0. That's because the old plugin migrations used the `Engines.plugins[&quot;community_engine&quot;].migrate(version_number)` format. You'll need to replace all those with `migrate_plugin(:community_engine, version_number)`.
+
+Also, you need to run `rake community_engine:db:migrate:upgrade_desert_plugin_migrations` before you migrate any _new_ CE migrations, to ensure your plugin migrations are listed in the correct table. Please note that you'll have to do this (carefully, and with backups) in production as well. Please post any questions to the CE Google Group.
\ No newline at end of file</diff>
      <filename>UPGRADING.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5771ce871e29e5543a0b339c519a06adb95fc518</id>
    </parent>
  </parents>
  <author>
    <name>bborn</name>
    <email>bruno.bornsztein@gmail.com</email>
  </author>
  <url>http://github.com/bborn/communityengine/commit/4bb95fcda399eb851b0ecba337c37041e4e91c3a</url>
  <id>4bb95fcda399eb851b0ecba337c37041e4e91c3a</id>
  <committed-date>2009-05-05T06:25:19-07:00</committed-date>
  <authored-date>2009-05-05T06:25:19-07:00</authored-date>
  <message>improving upgrade readme</message>
  <tree>31381e9cfe5c0fa86fcf19d02e9c23a60030dfe2</tree>
  <committer>
    <name>bborn</name>
    <email>bruno.bornsztein@gmail.com</email>
  </committer>
</commit>
