X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fstorage%2Fmigrations%2Fmigrate.cfg;h=c570dd90abfa1a0cc3fee4f44bfb4f0cf5218df1;hb=HEAD;hp=eb55261e2ed53a87a3001adb30a48b8ee2164071;hpb=b9ae62cc0463f168771bf3d4ebf348bb920acb4f;p=sfa.git diff --git a/sfa/storage/migrations/migrate.cfg b/sfa/storage/migrations/migrate.cfg index eb55261e..c570dd90 100644 --- a/sfa/storage/migrations/migrate.cfg +++ b/sfa/storage/migrations/migrate.cfg @@ -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