]> git.openstreetmap.org Git - nominatim.git/commit
streamline SQLAlchemy DB schema
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 11 Oct 2023 09:30:42 +0000 (11:30 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 23 Oct 2023 15:19:12 +0000 (17:19 +0200)
commitd9d0e70e5ba966b8c33ff17a14f1f809fdcb16c9
treefddc42deef6fc8b78730196d48a034df659fc3e0
parent1255efba7fb2b661943f960bde2d63a85152c0c6
streamline SQLAlchemy DB schema

Remove all information not strictly used by the frontend as well as
any index information. This will make it easier to create a SQLite
database from the schema.
nominatim/db/sqlalchemy_schema.py