mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Don't create the content row either
This commit is contained in:
parent
ca662bd502
commit
292528ae47
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue