add salutation table as specified in DataTypeSalutation

This commit is contained in:
Jan Dittberner 2009-03-14 22:47:20 +01:00
parent ec5da322a9
commit 97d1cd7090
3 changed files with 20 additions and 2 deletions

View file

@ -36,7 +36,7 @@ sqlalchemy.echo = true
sqlalchemy.convert_unicode = true
# settings for sqlalchemy-migrate
migrate.repo.version = 2
migrate.repo.version = 3
migrate.repo.dir = %(here)s/data/dbrepo
# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*