Skip to content

Commit

Permalink
debug merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Jan 29, 2024
1 parent a034d4d commit feffbd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.5.0
18 changes: 0 additions & 18 deletions src/ref_geo/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,6 @@ class BibAreasTypes(db.Model):
)


cor_areas = db.Table(
"cor_areas",
db.Column(
"id_area_group",
db.Integer,
ForeignKey("ref_geo.l_areas.id_area"),
primary_key=True,
),
db.Column(
"id_area",
db.Integer,
ForeignKey("ref_geo.l_areas.id_area"),
primary_key=True,
),
schema="ref_geo",
)


@geoserializable
class LAreas(db.Model):
__tablename__ = "l_areas"
Expand Down

0 comments on commit feffbd5

Please sign in to comment.