Skip to content
Snippets Groups Projects
Commit 3c078d23 authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent b79e74d2
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,6 @@
# a migration for
script_location = migrations
sqlalchemy.url = sqlite:////absolute/path/to/foo.db
sqlalchemy.url = sqlite:////Users/reid/workspace/nat/resource-management/resource_management/foo.db
# or here is an example of a mysql dsn
# sqlalchemy.url = mysql://dummy:dummy-pass@localhost/resources_db_name
"""initial tables
Revision ID: 1ec562888fd6
Revises:
Revises: N/A
Create Date: 2023-03-20 07:05:18.984767
"""
......@@ -72,4 +72,3 @@ def downgrade() -> None:
op.drop_table('physical_interfaces')
op.drop_table('lags')
op.drop_table('routers')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment