Parcourir la source

! Wrong type set in the PGSQL installer. (fixes #665)

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer il y a 10 ans
Parent
commit
b97cd6c298
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      other/install_2-1_postgresql.sql

+ 1 - 1
other/install_2-1_postgresql.sql

@@ -1244,7 +1244,7 @@ CREATE TABLE {$db_prefix}log_online (
   log_time int NOT NULL default '0',
   id_member int NOT NULL default '0',
   id_spider smallint NOT NULL default '0',
-  ip int8 NOT NULL default '0',
+  ip int NOT NULL default '0',
   url text NOT NULL,
   PRIMARY KEY (session)
 );