MCPcopy
hub / github.com/reflex-dev/reflex / AlembicThing

Class AlembicThing

tests/units/test_model.py:108–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107 # initial table
108 class AlembicThing(Model, table=True): # pyright: ignore [reportRedeclaration]
109 t1: str
110
111 with get_engine().connect() as connection:
112 assert alembic_autogenerate(connection=connection, message="Initial Revision")

Callers 1

test_automigrationFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_automigrationFunction · 0.56