evennia/src/scripts/migrations
2013-04-13 23:50:33 +02:00
..
0001_initial.py gtaylor convinced me to add migrations to the Evennia repo. This means that game/migrate.py is no more. The migrations will help you to adjust your database when Evennia releases a new database change, no need to drop the database or manually adjust tables. To make use of our schema migrations, you need to have Django-South installed. 2011-03-21 00:53:58 +00:00
0002_auto__del_field_scriptattribute_db_mode.py Migrations work under sqlite3, both from latest dev, from new install and from trunk. There might be some consistency issues though (it seems the character list is not properly migrated), so more testing is required. 2013-04-13 23:50:33 +02:00
0003_auto__chg_field_scriptdb_db_lock_storage__chg_field_scriptdb_db_permis.py Database schema has changed. Run migrations if you use South. Started work on tidying up admin interface. 2011-09-14 22:34:10 +02:00
0004_auto.py OBS - Database schema has changed! If you use south, you need to run manage.py migrate! 2012-02-06 13:18:25 +01:00
0005_converting_attributes.py Migrations work under sqlite3, both from latest dev, from new install and from trunk. There might be some consistency issues though (it seems the character list is not properly migrated), so more testing is required. 2013-04-13 23:50:33 +02:00
0006_converting_attributes.py Migrations work under sqlite3, both from latest dev, from new install and from trunk. There might be some consistency issues though (it seems the character list is not properly migrated), so more testing is required. 2013-04-13 23:50:33 +02:00
0007_typeclass_to_new_api_default.py OBS! Run Migrations! Converts old API cmdsets and typeclass paths to new system for already existing objects. 2012-03-25 20:30:05 +02:00
0008_auto__chg_field_scriptdb_db_lock_storage.py Changed lock storage from character-limit field to unlimited TextField. 2013-02-03 08:54:57 -06:00
0009_auto__chg_field_scriptattribute_db_lock_storage.py Follow-up on that last one-- missed one of the Abstract models. 2013-02-03 09:54:36 -06:00
0010_add_picklefield.py Finished with a working implementation of the new Attribute mechanism using PickledObjectField. First step of migration is finished, but not converting any old attribute data yet. 2013-04-13 18:13:15 +02:00
0011_convert_attrdata.py Migrations work under sqlite3, both from latest dev, from new install and from trunk. There might be some consistency issues though (it seems the character list is not properly migrated), so more testing is required. 2013-04-13 23:50:33 +02:00
__init__.py gtaylor convinced me to add migrations to the Evennia repo. This means that game/migrate.py is no more. The migrations will help you to adjust your database when Evennia releases a new database change, no need to drop the database or manually adjust tables. To make use of our schema migrations, you need to have Django-South installed. 2011-03-21 00:53:58 +00:00