Skip to content

Commit

Permalink
Merge branch 'master' into eli-rewrite-geopackage-conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalle authored Jan 9, 2025
2 parents 3ab5aa2 + c645544 commit f5c8e1f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@ Changelog of threedi-schema



0.229.0 (unreleased)
0.229.1 (unreleased)
--------------------

- Rename sqlite table "tags" to "tag"
- Remove indices referring to removed tables in previous migrations
- Make model_settings.use_2d_rain and model_settings.friction_averaging booleans
- Remove columns referencing v2 in geometry_column
- Ensure correct use_* values when matching tables have no data
- Use custom types for comma separated and table text fields to strip extra white space
- Correct direction of dwf and surface map
- Remove v2 related views from sqlite


0.229.0 (2025-01-08)
--------------------

- Rename sqlite table "tags" to "tag"
Expand Down
2 changes: 1 addition & 1 deletion threedi_schema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from .domain import constants, custom_types, models # NOQA

# fmt: off
__version__ = '0.229.0.dev0'
__version__ = '0.229.1.dev0'

# fmt: on

0 comments on commit f5c8e1f

Please sign in to comment.