forked from ScoDoc/ScoDoc
chaines de taille variable (text) pour tag suivi
This commit is contained in:
parent
7769b371c7
commit
a022a80632
@ -132,7 +132,7 @@ class ItemSuiviTag(db.Model):
|
|||||||
__tablename__ = "itemsuivi_tags"
|
__tablename__ = "itemsuivi_tags"
|
||||||
id = db.Column(db.Integer, primary_key=True)
|
id = db.Column(db.Integer, primary_key=True)
|
||||||
tag_id = db.synonym("id")
|
tag_id = db.synonym("id")
|
||||||
title = db.Column(db.String(SHORT_STR_LEN), nullable=False, unique=True)
|
title = db.Column(db.Text(), nullable=False, unique=True)
|
||||||
|
|
||||||
|
|
||||||
# Association tag <-> module
|
# Association tag <-> module
|
||||||
|
Loading…
Reference in New Issue
Block a user