Commit c01c575373ab8a898faeeb65943f4fc4c63ece09
1 parent
e8a6d860
Exists in
master
and in
1 other branch
eita campo de senha ... adriano .. meu banco ... tem de fazer um sync com ele...
git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@78 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
instalador/sql/cacic_create_tables.sql
| ... | ... | @@ -725,7 +725,7 @@ CREATE TABLE `usuarios` ( |
| 725 | 725 | `id_usuario` int(10) unsigned NOT NULL auto_increment, |
| 726 | 726 | `nm_usuario_acesso` varchar(10) NOT NULL default '', |
| 727 | 727 | `nm_usuario_completo` varchar(60) NOT NULL default '', |
| 728 | - `te_senha` varchar(30) NOT NULL default '', | |
| 728 | + `te_senha` varchar(50) NOT NULL default '', | |
| 729 | 729 | `dt_log_in` datetime NOT NULL default '0000-00-00 00:00:00', |
| 730 | 730 | `id_grupo_usuarios` int(1) default NULL, |
| 731 | 731 | `te_emails_contato` varchar(100) default NULL, | ... | ... |