Don't create the content row either

This commit is contained in:
Ske 2018-09-16 14:13:52 +02:00
parent ca662bd502
commit 292528ae47

View File

@ -351,7 +351,6 @@ async def create_tables(conn):
mid bigint primary key,
channel bigint not null,
member serial not null references members(id) on delete cascade,
content text not null,
sender bigint not null
)""")
await conn.execute("""create table if not exists switches (