diff --git a/src/pluralkit/db.py b/src/pluralkit/db.py index 36def8f9..43c417ab 100644 --- a/src/pluralkit/db.py +++ b/src/pluralkit/db.py @@ -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 (