Move hid generation to the database. Closes #157.
This commit is contained in:
@@ -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;
|
Reference in New Issue
Block a user