We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a034d4d commit feffbd5Copy full SHA for feffbd5
VERSION
@@ -1 +1 @@
1
-1.4.1
+1.5.0
src/ref_geo/models.py
@@ -47,24 +47,6 @@ class BibAreasTypes(db.Model):
47
)
48
49
50
-cor_areas = db.Table(
51
- "cor_areas",
52
- db.Column(
53
- "id_area_group",
54
- db.Integer,
55
- ForeignKey("ref_geo.l_areas.id_area"),
56
- primary_key=True,
57
- ),
58
59
- "id_area",
60
61
62
63
64
- schema="ref_geo",
65
-)
66
-
67
68
@geoserializable
69
class LAreas(db.Model):
70
__tablename__ = "l_areas"
0 commit comments