Forráskód Böngészése

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

Michael Eshom 10 éve
szülő
commit
d11c0b343c
1 módosított fájl, 7 hozzáadás és 0 törlés
  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;
 ---#