Skip to content
Snippets Groups Projects
Verified Commit e133683b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add missing columns.

parent 7ef187c5
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,10 @@ class Listing(Base):
name = Column(String)
type = Column(String)
size = Column(String)
difficulty = Column(Float)
terrain = Column(Float)
summary = Column(String)
description = Column(String)
hints = Column(String)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment