We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac4410 commit 543a0f6Copy full SHA for 543a0f6
src/ref_geo/models.py
@@ -95,7 +95,7 @@ class LLinears(db.Model):
95
96
@serializable
97
class TLinearGroups(db.Model):
98
- __table_name__ = "l_linear_groups"
+ __table_name__ = "t_linear_groups"
99
__table_args__ = {"schema": "ref_geo"}
100
id_group = db.Column(db.Integer, primary_key=True)
101
name = db.Column(db.Unicode(length=250))
0 commit comments