diff --git a/pandora_console/extras/mr/1.sql b/pandora_console/extras/mr/1.sql index 595e48e2c0..36af47faf2 100644 --- a/pandora_console/extras/mr/1.sql +++ b/pandora_console/extras/mr/1.sql @@ -2,4 +2,12 @@ START TRANSACTION; ALTER TABLE tusuario add default_event_filter int(10) unsigned NOT NULL DEFAULT 0; +CREATE TABLE IF NOT EXISTS `treset_pass` ( + `id` bigint(10) unsigned NOT NULL auto_increment, + `id_user` varchar(100) NOT NULL default '', + `cod_hash` varchar(100) NOT NULL default '', + `reset_time` int(10) unsigned NOT NULL default 0, + PRIMARY KEY (`id`) +)ENGINE=InnoDB DEFAULT CHARSET=utf8; + COMMIT; \ No newline at end of file