The db module provides helper functions for database related methods.
db
openlp.core.common.db.
drop_column
drop_columns
Column dropping functionality for SQLite, as there is no DROP COLUMN support in SQLite
From https://github.com/klugjohannes/alembic-sqlite