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,
|
mid bigint primary key,
|
||||||
channel bigint not null,
|
channel bigint not null,
|
||||||
member serial not null references members(id) on delete cascade,
|
member serial not null references members(id) on delete cascade,
|
||||||
content text not null,
|
|
||||||
sender bigint not null
|
sender bigint not null
|
||||||
)""")
|
)""")
|
||||||
await conn.execute("""create table if not exists switches (
|
await conn.execute("""create table if not exists switches (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user