# HG changeset patch # User reno # Date 1260358484 -3600 # Node ID fec6dd7087beb4649dce103a13ca59b562e0f0a7 # Parent 1b5327351192a74d411b65de0aa718c24c67755a README diff -r 1b5327351192 -r fec6dd7087be README.txt --- a/README.txt Wed Dec 09 12:21:45 2009 +0100 +++ b/README.txt Wed Dec 09 12:34:44 2009 +0100 @@ -86,13 +86,16 @@ Normal upgrade -------------- Upgrading you database should only need one command: + - `./bin/buildout` - `./bin/django migrate --settings=settings` Upgrade from alpha releases ---------------------------- If your database was created using comt alpha prior to the revision 29, here are the commands you should run: - - `./bin/django migrate cm 0001_initial --skip` - - `./bin/django migrate migrate` + - `./bin/buildout` + - `./bin/django syncdb` + - `./bin/django migrate cm 0001_initial --fake` + - `./bin/django migrate` Openoffice ==========