tcms.testcases.migrations.0010_remove_bug module

class tcms.testcases.migrations.0010_remove_bug.Migration(name, app_label)[source]

Bases: Migration

dependencies = [('testcases', '0009_populate_missing_text_history'), ('linkreference', '0002_update_fields')]
operations = [<RunPython <function forward_copy_data>, <function backward_restore_data>>, <DeleteModel  name='Bug'>]
tcms.testcases.migrations.0010_remove_bug.backward_restore_data(apps, schema_editor)[source]
tcms.testcases.migrations.0010_remove_bug.forward_copy_data(apps, schema_editor)[source]