def database_backwards(self, app_label, schema_editor, from_state,
                           to_state):
        sql = "drop view if exists {name};".format(name=self.name)
        schema_editor.execute(sql)