]> git.openstreetmap.org Git - osqa.git/blobdiff - osqa/UPGRADE
initial import
[osqa.git] / osqa / UPGRADE
diff --git a/osqa/UPGRADE b/osqa/UPGRADE
new file mode 100644 (file)
index 0000000..8da5137
--- /dev/null
@@ -0,0 +1,10 @@
+If you're upgrading your code, please take the following steps in consideration:\r
+\r
+If your current code is older than March 27 2010, you'll have to run the syncdb management command again\r
+and the create_subscriptions command.\r
+\r
+If your code is older than March 29 2010, you'll have to run the create_extended_user management command.\r
+\r
+Starting at April 6 2010 we started bundling south migrations with OSQA. If your code is older than that, you'll need to run\r
+"python manage.py migrate forum 0001 --fake", after that, or if your code is newer than this date just run "python manage.py migrate forum"\r
+each time you upgrade your code.
\ No newline at end of file