Starting to recreate models.

This commit is contained in:
Yaro Kasear 2025-09-04 09:47:36 -05:00
parent e420110fb3
commit 388472742e
11 changed files with 132 additions and 4 deletions

View file

@ -23,4 +23,4 @@ class Version(Base):
timestamp = Column(DateTime, default=func.now())
actor = Column(String, nullable=True)
metadata = Column(JSON, nullable=True)
meta = Column('metadata', JSON, nullable=True)