mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Move hid generation to the database. Closes #157.
This commit is contained in:
parent
c39c51426f
commit
8ac2f1e4b8
5 changed files with 36 additions and 43 deletions
|
|
@ -2,4 +2,7 @@
|
|||
drop view if exists member_list;
|
||||
|
||||
drop function if exists message_context;
|
||||
drop function if exists proxy_members;
|
||||
drop function if exists proxy_members;
|
||||
drop function if exists generate_hid;
|
||||
drop function if exists find_free_system_hid;
|
||||
drop function if exists find_free_member_hid;
|
||||
Loading…
Add table
Add a link
Reference in a new issue