add json field to store any additional blob of data that may be missing; also populate db when dumping listings

This commit is contained in:
Viktor Barzin 2025-06-06 19:57:50 +00:00
parent 8b2025e700
commit b7a2ea75aa
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
5 changed files with 22 additions and 37 deletions

View file

@ -6,6 +6,7 @@ from sqlalchemy import pool
from alembic import context
from models import Listing # Import all models here
from database import engine
import sqlmodel
from sqlmodel import SQLModel
# this is the Alembic Config object, which provides