mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 22:45:39 +00:00
Merged revisions 187763 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r187763 | tilghman | 2009-04-10 12:28:46 -0500 (Fri, 10 Apr 2009) | 2 lines Add lastms column to the contributed table designs ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@187764 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -67,7 +67,8 @@ musiconhold character varying(100),
|
||||
regseconds bigint DEFAULT 0::bigint NOT NULL,
|
||||
ipaddr character varying(15) DEFAULT '' NOT NULL,
|
||||
regexten character varying(80) DEFAULT '' NOT NULL,
|
||||
cancallforward character varying(3) DEFAULT 'yes'
|
||||
cancallforward character varying(3) DEFAULT 'yes',
|
||||
lastms integer DEFAULT -1 NOT NULL
|
||||
);
|
||||
|
||||
drop table voicemail_users;
|
||||
|
Reference in New Issue
Block a user