mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
Add avatars for systems
This commit is contained in:
parent
b8539ec525
commit
cdf1ab89dc
4 changed files with 34 additions and 6 deletions
|
|
@ -231,6 +231,7 @@ async def create_tables(conn):
|
|||
name text,
|
||||
description text,
|
||||
tag text,
|
||||
avatar_url text,
|
||||
created timestamp not null default current_timestamp
|
||||
)""")
|
||||
await conn.execute("""create table if not exists members (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue