Skip to content

Commit feffbd5

Browse files
committed
debug merge
1 parent a034d4d commit feffbd5

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.5.0

src/ref_geo/models.py

-18
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,6 @@ class BibAreasTypes(db.Model):
4747
)
4848

4949

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-
db.Column(
59-
"id_area",
60-
db.Integer,
61-
ForeignKey("ref_geo.l_areas.id_area"),
62-
primary_key=True,
63-
),
64-
schema="ref_geo",
65-
)
66-
67-
6850
@geoserializable
6951
class LAreas(db.Model):
7052
__tablename__ = "l_areas"

0 commit comments

Comments
 (0)