diff --git a/projeto/base/sql/view-1.9.0.sql b/projeto/base/sql/view-1.9.0.sql index 5b968864..271e33e0 100644 --- a/projeto/base/sql/view-1.9.0.sql +++ b/projeto/base/sql/view-1.9.0.sql @@ -150,4 +150,7 @@ SELECT a.tipo, pbx_conferencia.anuncio AS arq_som, org_id FROM pbx_conferencia) a - WHERE btrim(a.arq_som::text) <> ''::text; \ No newline at end of file + WHERE btrim(a.arq_som::text) <> ''::text; + +ALTER TABLE pbx_cs_usuarios +ALTER COLUMN senha TYPE VARCHAR(100); \ No newline at end of file