Rename to prices table
This commit is contained in:
parent
023205c25b
commit
f5233a17fd
@ -4,7 +4,7 @@ from .base import Base
|
|||||||
|
|
||||||
|
|
||||||
class PriceModel(Base):
|
class PriceModel(Base):
|
||||||
__tablename__ = "usd_prices"
|
__tablename__ = "prices"
|
||||||
|
|
||||||
timestamp = Column(TIMESTAMP, nullable=False, primary_key=True)
|
timestamp = Column(TIMESTAMP, nullable=False, primary_key=True)
|
||||||
usd_price = Column(Numeric, nullable=False)
|
usd_price = Column(Numeric, nullable=False)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user