Added emergency price. google analytics added

This commit is contained in:
2024-09-25 08:22:45 -04:00
parent b0d94619d9
commit 0ad7ae835a
3 changed files with 4 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ class Pricing_Oil_Oil(Base):
price_same_day = Column(DECIMAL(6, 2))
price_same_day = Column(DECIMAL(6, 2))
price_prime = Column(DECIMAL(6, 2))
#price_emergency = Column(DECIMAL(6, 2))
price_emergency = Column(DECIMAL(6, 2))
date = Column(TIMESTAMP(), default=datetime.utcnow())