← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~trb143/openlp/bug-772523 into lp:openlp

 

You will need to set the default of the new column, something like this:

110     Column(u'temporary', types.Boolean(), default=False)\
111         .create(table=tables[u'songs'])
        connection = metadata.bind.connect()
        update_statement = tables[u'songs'].update().values(temporary=False)
        connection.execute(update_statement)


-- 
https://code.launchpad.net/~trb143/openlp/bug-772523/+merge/84404
Your team OpenLP Core is subscribed to branch lp:openlp.


References