| .. |
|
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_playerattribute_db_mode.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0003_auto__add_field_playerdb_db_cmdset_storage.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0004_auto__add_playernick__add_unique_playernick_db_nick_db_type_db_obj.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0005_adding_player_cmdset.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0006_auto__chg_field_playerdb_db_cmdset_storage__chg_field_playerdb_db_lock.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0007_auto.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0008_converting_attributes.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0009_converting_attributes.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0010_typeclass_and_cmdset_to_new_api_default.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0011_addin_is_connected_field.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0012_auto__chg_field_playerdb_db_lock_storage.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0013_auto__chg_field_playerattribute_db_lock_storage.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0014_add_attr__playable_characters.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0015_removing_obj.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0016_rename_default_cmdsets.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0017_add_picklefield.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0018_convert_attrdata.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0019_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 |
|
0020_auto__del_playerattribute.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0021_add_playerdbtmp.py
|
Fixed a typo in that last one. And this time, it succeeded!
|
2013-07-20 16:54:11 -05:00 |
|
0022_copy_user_profile_to_tmp.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0023_delete_old_profile.py
|
Made migrations compatible with new user model when creating from scratch.
|
2013-07-20 15:45:16 -05:00 |
|
0024_rename_tmp_to_player.py
|
Adjusted migrations to more properly handled dependent tables.
|
2013-07-20 16:32:24 -05:00 |
|
0025_auto__add_db_liteattributes_db_tags.py
|
Made the migrations for the new Tags and LiteAttributes.
|
2013-07-12 12:04:57 +02:00 |
|
0026_auto__del_playernick__del_unique_playernick_db_nick_db_type_db_obj.py
|
Made the migrations for the new Tags and LiteAttributes.
|
2013-07-12 12:04:57 +02:00 |
|
0027_move_permissions_to_handler.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 |
|
0028_auto__del_field_playerdb_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 |