Changeset 48781 in spip-zone for _core_/branches/spip-2.1/plugins/forum/base/forum_upgrade.php
- Timestamp:
- Jun 14, 2011, 11:06:40 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/branches/spip-2.1/plugins/forum/base/forum_upgrade.php
r46374 r48781 61 61 # champ ip sur 40 car (compat IPv6) 62 62 if (version_compare($current_version, '1.2','<')) { 63 sql_alter("TABLE spip_forum CHANGE `ip` `ip` V RCHAR(40) DEFAULT '' NOT NULL");63 sql_alter("TABLE spip_forum CHANGE `ip` `ip` VARCHAR(40) DEFAULT '' NOT NULL"); 64 64 ecrire_meta($nom_meta_base_version,$current_version = '1.2'); 65 65 }
Note: See TracChangeset
for help on using the changeset viewer.