We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a Developer I can use a migration tool to
The content you are editing has changed. Please copy your edits and refresh the page.
SQLModel.metadata.create_all(engine)
In order to
SQLModel.metadata.create_all()
ERROR tests/test_app.py - sqlalchemy.exc.IntegrityError: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "pg_type_typname_nsp_index" DETAIL: Key (typname, typnamespace)=(mediatype, 2200) already exists.
Users story is satisfied (check boxes)
Most sources say that Alembic is the best tool for SQLAlchemy, and thus also SQLModel.
The text was updated successfully, but these errors were encountered:
closed by #73
Sorry, something went wrong.
afred
No branches or pull requests
Because
As a Developer
I can use a migration tool to
Tasks
In order to
SQLModel.metadata.create_all()
Done when
Users story is satisfied (check boxes)
Additional context
Most sources say that Alembic is the best tool for SQLAlchemy, and thus also SQLModel.
The text was updated successfully, but these errors were encountered: