Refs #1171
authorSofia Papagiannaki <papagian@gmail.com>
Tue, 18 Oct 2011 17:53:57 +0000 (20:53 +0300)
committerSofia Papagiannaki <papagian@gmail.com>
Tue, 18 Oct 2011 17:53:57 +0000 (20:53 +0300)
tools/migrate-data

index 6794ca3..1137b24 100755 (executable)
@@ -94,7 +94,7 @@ class DataMigration(Migration):
             print status
 
 if __name__ == "__main__":
-    pithosdb = ''
+    pithosdb = 'postgresql://gss@127.0.0.1/pithos'
     db = 'sqlite:///migrate.db'
     
     dt = DataMigration(pithosdb, db)