Explorar el Código

upgrade_2-0_postgresql isn't used when upgrading from 2.0...

Michael Eshom hace 10 años
padre
commit
d11c0b343c
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      other/upgrade_2-1_postgresql.sql

+ 7 - 0
other/upgrade_2-1_postgresql.sql

@@ -533,4 +533,11 @@ CREATE TABLE {$db_prefix}qanda (
 		");
 	}
 ---}
+---#
+
+/******************************************************************************/
+--- Fixing log_online table
+/******************************************************************************/
+---# Changing ip to bigint
+ALTER TABLE {$db_prefix}log_online ALTER ip TYPE bigint;
 ---#