* @license GNU General Public License, version 2 (GPL-2.0) * * For full copyright and license information, please see * the docs/CREDITS.txt file. * */ namespace phpbb\db\migration\data\v310; class passwords extends \phpbb\db\migration\migration { static public function depends_on() { return array('\phpbb\db\migration\data\v30x\release_3_0_11'); } public function update_schema() { return array( 'change_columns' => array( $this->table_prefix . 'users' => array( 'user_password' => array('VCHAR:255', ''), ), $this->table_prefix . 'forums' => array( 'forum_password' => array('VCHAR:255', ''), ), ), ); } public function revert_schema() { return array( 'change_columns' => array( $this->table_prefix . 'users' => array( 'user_password' => array('VCHAR:40', ''), ), $this->table_prefix . 'forums' => array( 'forum_password' => array('VCHAR:40', ''), ), ), ); } } on value='distro/mdv2009.0'>distro/mdv2009.0 Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-09-12 12:33:46 +0000
committerThierry Vignaud <tv@mandriva.org>2007-09-12 12:33:46 +0000
commitc6b7b2dc443fbf7a8324a5800c3902ce78b1935e (patch)
tree6de638948a37b59c38fbf7fba9d8a5eb9c94fb16 /perl-install/share/po
parent9b42df99da58a4d877f65c11f8c3d8f40fce3f18 (diff)
downloaddrakx-c6b7b2dc443fbf7a8324a5800c3902ce78b1935e.tar
drakx-c6b7b2dc443fbf7a8324a5800c3902ce78b1935e.tar.gz
drakx-c6b7b2dc443fbf7a8324a5800c3902ce78b1935e.tar.bz2
drakx-c6b7b2dc443fbf7a8324a5800c3902ce78b1935e.tar.xz
drakx-c6b7b2dc443fbf7a8324a5800c3902ce78b1935e.zip
handle new snd-sc6000 driver as soon as we include alsa-1.0.15rc2
Diffstat (limited to 'perl-install/share/po')
0 files changed, 0 insertions, 0 deletions