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