Merge branch

This commit is contained in:
Samuel Mehrbrodt 2016-01-09 00:08:21 +01:00
commit b1c9f6937f
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