dreport updates
This commit is contained in:
@@ -405,6 +405,7 @@ CREATE TABLE IF NOT EXISTS `dreport` (
|
||||
`dreport_site` char(191) NOT NULL DEFAULT '',
|
||||
`dreport_recip` char(191) NOT NULL DEFAULT '',
|
||||
`dreport_result` char(191) NOT NULL DEFAULT '',
|
||||
`dreport_name` char(191) NOT NULL DEFAULT '',
|
||||
`dreport_time` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
||||
`dreport_xchan` char(191) NOT NULL DEFAULT '',
|
||||
`dreport_queue` char(191) NOT NULL DEFAULT '',
|
||||
|
||||
@@ -377,6 +377,7 @@ CREATE TABLE IF NOT EXISTS "dreport" (
|
||||
"dreport_site" varchar(255) NOT NULL DEFAULT '',
|
||||
"dreport_recip" varchar(255) NOT NULL DEFAULT '',
|
||||
"dreport_result" varchar(255) NOT NULL DEFAULT '',
|
||||
"dreport_name" varchar(255) NOT NULL DEFAULT '',
|
||||
"dreport_time" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00',
|
||||
"dreport_xchan" varchar(255) NOT NULL DEFAULT '',
|
||||
"dreport_queue" varchar(255) NOT NULL DEFAULT '',
|
||||
|
||||
Reference in New Issue
Block a user