issue #523
This commit is contained in:
parent
9981cbb72c
commit
24ddc8e026
@ -396,7 +396,7 @@ create index "conv_created_idx" on conv ("created");
|
||||
create index "conv_updated_idx" on conv ("updated");
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "dreport" (
|
||||
"dreport_id" int NOT NULL,
|
||||
"dreport_id" serial NOT NULL,
|
||||
"dreport_channel" int NOT NULL DEFAULT '0',
|
||||
"dreport_mid" char(255) NOT NULL DEFAULT '',
|
||||
"dreport_site" char(255) NOT NULL DEFAULT '',
|
||||
|
@ -1810,7 +1810,7 @@ function update_r1152() {
|
||||
if(ACTIVE_DBTYPE == DBTYPE_POSTGRES) {
|
||||
|
||||
$r1 = q("CREATE TABLE IF NOT EXISTS \"dreport\" (
|
||||
\"dreport_id\" int(11) NOT NULL,
|
||||
\"dreport_id\" serial NOT NULL,
|
||||
\"dreport_channel\" int(11) NOT NULL DEFAULT '0',
|
||||
\"dreport_mid\" char(255) NOT NULL DEFAULT '',
|
||||
\"dreport_site\" char(255) NOT NULL DEFAULT '',
|
||||
|
Reference in New Issue
Block a user