Skip to content

Commit

Permalink
Corrigindo arquivo de update de data de expiração com data futura
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonSilva20 committed Oct 5, 2019
1 parent 5c8914e commit 9f0030c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion updates/update_v3.1.9_to_3.2.x.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
-- Alterando tabela usuario
ALTER TABLE `usuarios` ADD `dataExpiracao` DATE NOT NULL ;
ALTER TABLE `usuarios` ADD `dataExpiracao` DATE NOT NULL ;

UPDATE usuarios SET dataExpiracao = '3000-01-01';

0 comments on commit 9f0030c

Please sign in to comment.