Delete no longer existing "framed" from inquiry model (#64)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user