diff --git a/updates/update_v3.1.9_to_3.2.x.sql b/updates/update_v3.1.9_to_3.2.x.sql index fa75d24e3..2b878a6ab 100644 --- a/updates/update_v3.1.9_to_3.2.x.sql +++ b/updates/update_v3.1.9_to_3.2.x.sql @@ -1,2 +1,4 @@ -- Alterando tabela usuario -ALTER TABLE `usuarios` ADD `dataExpiracao` DATE NOT NULL ; \ No newline at end of file +ALTER TABLE `usuarios` ADD `dataExpiracao` DATE NOT NULL ; + +UPDATE usuarios SET dataExpiracao = '3000-01-01'; \ No newline at end of file