(self, app_label, state)
| 898 | self.index = index |
| 899 | |
| 900 | def state_forwards(self, app_label, state): |
| 901 | state.add_index(app_label, self.model_name_lower, self.index) |
| 902 | |
| 903 | def database_forwards(self, app_label, schema_editor, from_state, to_state): |
| 904 | model = to_state.apps.get_model(app_label, self.model_name) |