Delete no longer existing "framed" from inquiry model (#64)

This commit is contained in:
Anders Gustafsson
2023-01-11 10:44:08 +01:00
committed by GitHub
parent 1bf3765809
commit 0633f6315d
2 changed files with 4 additions and 5 deletions
-1
View File
@@ -17,7 +17,6 @@ class Inquiry(db.Model):
price_retouch = db.Column(db.Numeric)
width = db.Column(db.Integer)
height = db.Column(db.Integer)
framed = db.Column(db.Integer, nullable=False, default=0)
dealer_store_id = db.Column(
"dealer_store",
db.Integer,