This commit is contained in:
Samuel Mehrbrodt 2016-01-08 15:05:54 +01:00
parent ddefceee04
commit 69e1660d6c
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ log = logging.getLogger(__name__)
def drop_column(op, tablename, columnname):
drop_columns(op, tablename, [columnname])
def drop_columns(op, tablename, columns):
"""
Column dropping functionality for SQLite, as there is no DROP COLUMN support in SQLite