evennia/src/typeclasses/migrations
2014-02-16 21:27:42 +01:00
..
0001_initial.py Run Migrations. Migrated to new Attribute schema, converting old attributes. Not fully tested yet. 2013-07-09 00:09:19 +02:00
0002_resave_attrs.py Made migrations compatible with new user model when creating from scratch. 2013-07-20 15:45:16 -05:00
0003_auto__add_liteattribute__add_index_liteattribute_db_key_db_category__a.py Fixed a migration issue with PostGreSQL. 2013-09-26 09:01:27 +02:00
0004_copy_nicks_to_liteattrs_aliases_to_tags.py Fixed the tag migrations. Didn't need to fool with transactions after all. 2013-07-21 17:22:38 -05:00
0005_auto__add_field_attribute_db_strvalue__add_field_attribute_db_category.py Removed LiteAttributes, made Nicks use Attributes. Added category and strvalue fields to Attribute. Made Attributes accessible through an AttributeHandler, like most other advanced properties. 2013-08-24 21:23:43 +02:00
0006_auto__del_liteattribute__del_index_liteattribute_db_key_db_category.py Fixed a migration issue with PostGreSQL. 2013-09-26 09:01:27 +02:00
0007_auto__add_field_attribute_db_model__add_field_attribute_db_attrype__ad.py Renamed typo on schema 2014-02-16 16:55:39 +01:00
0008_converting_tags_attribute_categories.py Fixed and corrected various bugs resulting from the change to Attributes/Tags). 2014-02-16 21:27:42 +01:00
__init__.py Run Migrations. Migrated to new Attribute schema, converting old attributes. Not fully tested yet. 2013-07-09 00:09:19 +02:00