Added automatic stuff

This commit is contained in:
2024-07-24 17:24:00 -04:00
parent ebeecccd63
commit bc1e38c327
7 changed files with 182 additions and 37 deletions

View File

@@ -49,6 +49,10 @@ class Auto_Delivery(db.Model):
tank_size = db.Column(db.VARCHAR(25))
house_factor = db.Column(db.DECIMAL(5, 2))
#0 = waiting
#1 = waiting for delivery
auto_status = db.Column(db.INTEGER())
class Auto_Delivery_schema(ma.SQLAlchemyAutoSchema):
class Meta:
model = Auto_Delivery