new tar wants exclude before folder
This commit is contained in:
parent
73b8658c99
commit
6ac693e705
3 changed files with 5 additions and 2 deletions
|
|
@ -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')))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue