evennia/src/scripts/migrations
2013-10-17 23:44:52 +02:00
..
0001_initial.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0002_auto__del_field_scriptattribute_db_mode.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0003_auto__chg_field_scriptdb_db_lock_storage__chg_field_scriptdb_db_permis.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0004_auto.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0005_converting_attributes.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0006_converting_attributes.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0007_typeclass_to_new_api_default.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0008_auto__chg_field_scriptdb_db_lock_storage.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0009_auto__chg_field_scriptattribute_db_lock_storage.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0010_add_picklefield.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0011_convert_attrdata.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0012_remove_old_attr_value_field.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0013_auto__del_scriptattribute.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0014_create_db_liteattributes_db_tags.py Fixed a migration issue with PostGreSQL. 2013-09-26 09:01:27 +02:00
0015_move_permissions_to_handler.py Merge from Kelketek's clone. Added fixes to migrations of Tags. Issues with ContentTypes meaning that this revision is not possible to start. 2013-10-17 23:44:52 +02:00
0016_auto__del_field_scriptdb_db_permissions.py Moved permissions into a the tag system as a separate handler. Permissions still don't work quite right yet. 2013-08-24 23:57:44 +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