Cleanup SQLA migrate changes + "Un-Abstract" the type definitions
Abstracting the type definitions provides little gain for high risk. The abstraction can *never* be updated, otherwise it would affect the result of existing migrations that depend on the abstraction.
This commit is contained in:
2
setup.py
2
setup.py
@@ -55,7 +55,7 @@ setup(
|
||||
postgresql = moniker.storage.impl_sqlalchemy:SQLAlchemyStorage
|
||||
sqlite = moniker.storage.impl_sqlalchemy:SQLAlchemyStorage
|
||||
[moniker.cli]
|
||||
database init = InitCommand
|
||||
database init = moniker.cli.database:InitCommand
|
||||
database sync = moniker.cli.database:SyncCommand
|
||||
""")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user