mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-18 13:09:08 +02:00
Remove old migrations comment (#504)
This commit is contained in:
parent
00fc72514f
commit
eaf26bd556
1 changed files with 0 additions and 8 deletions
|
|
@ -38,14 +38,6 @@ from squeaknode.core.received_payment import ReceivedPayment
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
# def run_migrations(script_location: str, dsn: str) -> None:
|
||||
# LOG.info('Running DB migrations in %r on %r', script_location, dsn)
|
||||
# alembic_cfg = Config()
|
||||
# #alembic_cfg.set_main_option('script_location', script_location)
|
||||
# alembic_cfg.set_main_option('sqlalchemy.url', dsn)
|
||||
# command.upgrade(alembic_cfg, 'head')
|
||||
|
||||
|
||||
class SqueakDb:
|
||||
def __init__(self, engine, schema=None):
|
||||
self.engine = engine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue