diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-22 17:00:32 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-22 17:00:32 -0700 |
commit | 24ddc8e026472368eb57cfa0abc522eb4a568e71 (patch) | |
tree | 139c3e9715b86bd61470bb4c6769530acaf3b2c7 /install/update.php | |
parent | 9981cbb72c223873987b75e890a3e6297e5983dc (diff) | |
download | volse-hubzilla-24ddc8e026472368eb57cfa0abc522eb4a568e71.tar.gz volse-hubzilla-24ddc8e026472368eb57cfa0abc522eb4a568e71.tar.bz2 volse-hubzilla-24ddc8e026472368eb57cfa0abc522eb4a568e71.zip |
issue #523
Diffstat (limited to 'install/update.php')
-rw-r--r-- | install/update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php index 9fd362fff..5e5a25966 100644 --- a/install/update.php +++ b/install/update.php @@ -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 '', |