should be able to upgrade from any version
[sfa.git] / sfa / storage / migrations / migrate.cfg
index eb55261..c570dd9 100644 (file)
@@ -1,13 +1,13 @@
 [db_settings]
 # Used to identify which repository this database is versioned under.
 # You can use the name of your project.
-repository_id=future migrations in the SFA registry database
+repository_id=sqlalchemy-migrate repository for SFA-2.1 and on
 
 # The name of the database table used to track the schema version.
 # This name shouldn't already be used by your project.
 # If this is changed once a database is under version control, you'll need to 
 # change the table name in each database too. 
-version_table=sfa_db_version
+version_table=migrate_db_version
 
 # When committing a change script, Migrate will attempt to generate the 
 # sql for all supported databases; normally, if one of them fails - probably