Kaynağa Gözat

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

Michael Eshom 10 yıl önce
ebeveyn
işleme
d11c0b343c
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  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;
 ---#