Don't create the content row either
This commit is contained in:
parent
ca662bd502
commit
292528ae47
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user