new tar wants exclude before folder

This commit is contained in:
j 2017-05-05 11:42:39 +02:00
commit 6ac693e705
3 changed files with 5 additions and 2 deletions

View file

@ -236,6 +236,7 @@ class User(db.Model):
Changelog.record(self, 'editcontact', settings.preferences.get('contact'), _commit=False)
state.db.session.commit()
list_items = sa.Table('listitem', db.metadata,
sa.Column('list_id', sa.Integer(), sa.ForeignKey('list.id')),
sa.Column('item_id', sa.String(32), sa.ForeignKey('item.id')))