Browse Source

KAZOO-2902 missing tables and defition in version

changed body column to blob  in presentity
3.17
lazedo 11 years ago
committed by karl anderson
parent
commit
7434556201
4 changed files with 5 additions and 1 deletions
  1. +1
    -0
      kamailio/dbtext/active_watchers
  2. +1
    -0
      kamailio/dbtext/location
  3. +1
    -1
      kamailio/dbtext/presentity
  4. +2
    -0
      kamailio/dbtext/version

+ 1
- 0
kamailio/dbtext/active_watchers View File

@ -0,0 +1 @@
id(int,auto) presentity_uri(string) watcher_username(string) watcher_domain(string) to_user(string) to_domain(string) event(string) event_id(string,null) to_tag(string) from_tag(string) callid(string) local_cseq(int) remote_cseq(int) contact(string) record_route(string,null) expires(int) status(int) reason(string,null) version(int) socket_info(string) local_contact(string) from_user(string) from_domain(string) updated(int) updated_winfo(int)

+ 1
- 0
kamailio/dbtext/location View File

@ -0,0 +1 @@
id(int,auto) ruid(string) username(string) domain(string,null) contact(string) received(string,null) path(string,null) expires(int) q(double) callid(string) cseq(int) last_modified(int) flags(int) cflags(int) user_agent(string) socket(string,null) methods(int,null) instance(string,null) reg_id(int)

+ 1
- 1
kamailio/dbtext/presentity View File

@ -1 +1 @@
id(int,auto) username(string) domain(string) event(string) etag(string) expires(int) received_time(int) body(string) sender(string)
id(int,auto) username(string) domain(string) event(string) etag(string) expires(int) received_time(int) body(blob) sender(string)

+ 2
- 0
kamailio/dbtext/version View File

@ -2,5 +2,7 @@ table_name(string) table_version(int)
address:6
trusted:5
pua:7
active_watchers:11
presentity:3
watchers:3
location:6

Loading…
Cancel
Save