evennia/src/comms/migrations
2014-03-08 12:11:34 +01:00
..
0001_initial.py Rig up south to be happy with two of our models that FK to one another circularly. 2011-03-24 21:07:09 +00:00
0002_auto__del_channelconnection__add_externalchannelconnection__add_player.py Obs:Migrate. Made Comm system more generic, including the ability to connect arbitrary protocols to channels. Re-worked the IRC connectivity system - you can now again communicate between IRC and in-game evennia channels. 2011-04-10 12:39:07 +00:00
0003_auto__del_field_externalchannelconnection_db_external_path__add_field_.py Obs:Migrate. Made Comm system more generic, including the ability to connect arbitrary protocols to channels. Re-worked the IRC connectivity system - you can now again communicate between IRC and in-game evennia channels. 2011-04-10 12:39:07 +00:00
0004_changing_lock_comm_admin2control.py Run Migrate. Implemented @search functionality with limits as per MUX (as part of the @find command). Added some more channel-related commands and changed locks for channels to have a "control" lock type rather than "admin". The migration converts this in existing channels.. 2011-04-20 22:40:27 +00:00
0005_auto__chg_field_channel_db_lock_storage__chg_field_msg_db_lock_storage.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
0006_auto.py OBS:Run migrations! Changed the comms.Msg.db_title field to db_header to better reflect its use. 2012-11-04 15:37:06 +01:00
0007_upgrading_msgs.py Removed traces of db_index on db_header and db_title for comms. Turned db_header into textfield. 2013-05-15 06:33:04 -05:00
0008_renamed_title_to_header.py Removed traces of db_index on db_header and db_title for comms. Turned db_header into textfield. 2013-05-15 06:33:04 -05:00
0009_auto__chg_field_channel_db_lock_storage__chg_field_msg_db_lock_storage.py Removed traces of db_index on db_header and db_title for comms. Turned db_header into textfield. 2013-05-15 06:33:04 -05:00
0010_auto__chg_field_msg_db_header.py Removed traces of db_index on db_header and db_title for comms. Turned db_header into textfield. 2013-05-15 06:33:04 -05:00
0011_renaming_channles_to_channels.py Attribute cache is working, lots of other updates, but still not a cleanly updatable system. It seems the Attribute-migrations are not coming through properly. Fixed a misnamed table in the comm app. 2013-07-11 09:51:52 +02:00
0012_auto__add_interimchannel.py Turned comms into typeclassed objects. 2013-09-28 22:23:30 -05:00
0013_rename_channel.py Removed bogus column rename from a migration. 2013-10-20 07:21:59 -05:00
0014_transfer_channels.py Fixed issue where migrations would not also migrate ContentType for ChannelDB. 2013-10-17 20:18:37 -05:00
0015_update_foreign_keys_remove_old_channels.py Turned comms into typeclassed objects. 2013-09-28 22:23:30 -05:00
0016_finalize_tables.py Turned comms into typeclassed objects. 2013-09-28 22:23:30 -05:00
0017_renaming_typeclass_from_comm_to_channel.py Run migrations! Changed "Comm" typeclass to be called "Channel" to match the ChannelDB it is a typeclass for. The migration updates all old channel defaults to the new path. 2013-12-02 13:45:48 +01:00
0018_add_subscribers_m2mfield.py Run migrations. Migrated channels to use m2m field rather than the ChannelPlayerConnection model. 2014-03-08 11:41:23 +01:00
0019_converting_playerconnection_to_m2m.py Run migrations. Migrated channels to use m2m field rather than the ChannelPlayerConnection model. 2014-03-08 11:41:23 +01:00
0020_auto__del_playerchannelconnection.py Run migration. Removed PlayerChannelConnection model 2014-03-08 11:41:23 +01:00
0021_auto__del_externalchannelconnection.py Run migrations. Removed all references to ExternalChannelConnection. 2014-03-08 12:11:34 +01: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