evennia/src/server/migrations
2013-07-20 15:45:16 -05: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 Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0003_add_tmpattr.py Run Migrations. Migrated to new Attribute schema, converting old attributes. Not fully tested yet. 2013-07-09 00:09:19 +02:00
0004_store_all_attrs.py Run Migrations. Migrated to new Attribute schema, converting old attributes. Not fully tested yet. 2013-07-09 00:09:19 +02:00
0005_auto__del_tmpattribute.py Run Migrations. Migrated to new Attribute schema, converting old attributes. Not fully tested yet. 2013-07-09 00:09:19 +02: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