askbot.migrations.0004_install_full_text_indexes_for_mysql

class askbot.migrations.0004_install_full_text_indexes_for_mysql.Migration

Bases: south.v2.DataMigration

backwards(orm)

code for removal of full text indices in mysql

forwards(orm)

install fulltext indices for mysql will work only for MyISAM engine and will probably fail otherwise

askbot.migrations.0004_install_full_text_indexes_for_mysql.get_create_full_text_index_sql(index_name, table_name, column_list)
askbot.migrations.0004_install_full_text_indexes_for_mysql.get_drop_index_sql(index_name, table_name)

This Page