2020-06-12 18:29:50 +00:00
|
|
|
|
drop view if exists system_last_switch;
|
|
|
|
|
drop view if exists member_list;
|
2020-06-12 21:13:21 +00:00
|
|
|
|
|
|
|
|
|
drop function if exists message_context;
|
2020-06-12 22:43:48 +00:00
|
|
|
|
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;
|