evennia/src/server/migrations
2012-06-14 21:10:40 +02:00
..
0001_rename_config_table_to_server_table.py Fix of migration to remove a bogus FATAL error during migration. This also fixes a one error in the chain of errors reported by postgresql databases (those still fail on a latter point, alas). 2012-06-14 21:10:40 +02:00
0002_fix_config_value.py Fixed a migration bug when starting with a clean database. 2011-04-21 20:44:45 +00:00
__init__.py Migration needed. Refactored the config.configValue model into server.ServerConfig (that's what the config model were used for anyway). The new model can handle arbitrary data structures through pickle. Run ./manage.py migrate to sync your database with the new setup. 2011-04-12 21:43:57 +00:00