From 292528ae4769f8d520949a21cfddb93aad815465 Mon Sep 17 00:00:00 2001 From: Ske Date: Sun, 16 Sep 2018 14:13:52 +0200 Subject: [PATCH] Don't create the content row either --- src/pluralkit/db.py | 1 - 1 file changed, 1 deletion(-) 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 (