Update backend Changelog
authorKostas Papadimitriou <kpap@grnet.gr>
Wed, 18 Jul 2012 12:14:28 +0000 (15:14 +0300)
committerKostas Papadimitriou <kpap@grnet.gr>
Wed, 18 Jul 2012 12:48:54 +0000 (15:48 +0300)
include migration quick guide using pithos-migrate

snf-pithos-backend/Changelog

index 619ce78..ddad6a6 100644 (file)
@@ -1,6 +1,21 @@
 Changelog
 =========
 
+v0.9.8
+------
+
+* New migration tool added, `pithos-migrate`.
+  
+  To upgrade your database from v0.9.7 run::
+       
+       $ pithos-migrate upgrade head
+  
+  To enable migrations for a new database, create database schema as usual
+  and then::
+       
+       $ pithos-migrate stamp head
+
+
 v0.9.7
 ------
 * Minor fixes