-
**Describe the bug**
Can't run reflex init
**To Reproduce**
Steps to reproduce the behavior:
- run reflex init
**Expected behavior**
working reflex init command
**Screenshots**
console …
-
**Migrated issue, originally created by Michael Nagel**
As far as I can tell it is currently not possible to create and/or manage triggers.
Is this correct? Has there been any discussion on this topi…
-
**Migrated issue, originally created by Ulrich Petri ([@ulope](https://github.com/ulope))**
According to #67 enum types used in columns have to be explicitly created and destroyed.
However the a…
-
**Migrated issue, originally created by Ulrich Petri ([ulope](https://github.com/ulope))**
When adding `unique=True` to an existing column the generated migration looks like this:
``` python
def up…
-
Trying to migrate from `testcontainers-python` v3.7.1 to v4.4.0 and `get_exposed_port` isn't working as expected.
Using the construct `exposed_port = engine.get_exposed_port(engine.port_to_expose)…
-
I am working through the book (Kindle version) and got stuck when introducing Alembic as the create migration command raises an error as follows:
File "/Library/Frameworks/Python.framework/Versio…
-
### Bug description
getting this error when running the superset db upgrade command.
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) near "extra": syntax error
[SQL: ALTER TABLE repor…
-
I tried to understand how the project handles schema migrations but after reading all the documentation pages regarding migrations and browsing through related existing open/closed issues, I have not …
-
@jbajic, I've seen the OGM is [on the roadmap](https://github.com/memgraph/gqlalchemy/projects/1#card-63220850) and I wanted to propose that we also design a migration system for it, similar to [Alemb…
-
Since we're going to use SQLAlchemy, should we just go ahead and use the Flask-SQLAlchemy extension? is that going to mess us up at all?