Move hid generation to the database. Closes #157.

This commit is contained in:
Ske
2020-06-13 00:43:48 +02:00
parent c39c51426f
commit 8ac2f1e4b8
5 changed files with 36 additions and 43 deletions

View File

@@ -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;