Drop tags and categories
This commit is contained in:
parent
a7d6626b12
commit
092b81c53a
|
@ -5,7 +5,7 @@ from asyncpg.connection import Connection
|
||||||
|
|
||||||
|
|
||||||
async def drop_tables(connection: Connection):
|
async def drop_tables(connection: Connection):
|
||||||
await connection.execute("DROP TABLE users, projects CASCADE")
|
await connection.execute("DROP TABLE users, tags, categories, projects CASCADE")
|
||||||
|
|
||||||
|
|
||||||
async def main():
|
async def main():
|
||||||
|
|
Reference in a new issue