formatting

This commit is contained in:
Lee Salminen
2022-12-20 07:15:54 -06:00
parent 9e857e6329
commit 048ccd6d65
8 changed files with 123 additions and 89 deletions
+1 -1
View File
@@ -32,4 +32,4 @@ async def m001_initial_invoices(db):
FOREIGN KEY(domain_id) REFERENCES {db.references_schema}domains(id)
);
"""
)
)