Update 35e7f1768f9b_create_table_road.py

Weird. Normally alembic should not make spelling errors :D
This commit is contained in:
gluap 2023-03-28 21:45:28 +02:00 committed by Paul Bienkowski
parent e13bc759d7
commit 39d90b3606

View file

@ -28,7 +28,7 @@ def upgrade():
sa.Column("name", sa.String),
sa.Column("geometry", dbtype("GEOMETRY"), index=True),
sa.Column("directionality", sa.Integer),
sa.Column("oenway", sa.Boolean),
sa.Column("oneway", sa.Boolean),
)