evennia/src/objects/migrations
2013-08-24 23:57:44 +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_objattribute_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_objectdb_db_destination.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0004_rename_nick_to_objectnick.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0005_add_object_default_locks.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0006_add_view_lock.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0007_auto__chg_field_objectdb_db_cmdset_storage__chg_field_objectdb_db_lock.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0008_auto.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_converting_attributes.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0011_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
0012_index_objattr_values.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0013_revert_objattr_index.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0014_auto__chg_field_objectdb_db_lock_storage.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0015_auto__chg_field_objattribute_db_lock_storage.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0016_add_sessid.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0017_rename_default_cmdsets.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0018_add_picklefield.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0019_convert_attrdata.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0020_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
0021_auto__del_objattribute.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0022_add_db_liteattributes_db_tags.py Made the migrations for the new Tags and LiteAttributes. 2013-07-12 12:04:57 +02:00
0023_auto__del_objectnick__del_unique_objectnick_db_nick_db_type_db_obj__de.py Made the migrations for the new Tags and LiteAttributes. 2013-07-12 12:04:57 +02:00
0024_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
0025_auto__del_field_objectdb_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