fix: merge errors

This commit is contained in:
Vlad Stan
2023-01-25 09:56:05 +02:00
parent 9cca87f738
commit dd3fc7c2bb
4 changed files with 11 additions and 4 deletions
+3 -1
View File
@@ -270,6 +270,7 @@ async def m008_create_admin_settings_table(db):
"""
)
async def m009_create_tinyurl_table(db):
await db.execute(
f"""
@@ -282,7 +283,8 @@ async def m009_create_tinyurl_table(db):
);
"""
)
async def m010_create_installed_extensions_table(db):
await db.execute(
"""