mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-21 04:46:29 +00:00
Add lastms column to the contributed table designs
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@187763 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