Skip to content
Snippets Groups Projects
Commit c64ee600 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #4444 change column type sendmail

parent b0786ce9
No related branches found
No related tags found
No related merge requests found
...@@ -164,6 +164,11 @@ ALTER TABLE contacts_res ADD mode character varying NOT NULL DEFAULT 'multi'::ch ...@@ -164,6 +164,11 @@ ALTER TABLE contacts_res ADD mode character varying NOT NULL DEFAULT 'multi'::ch
-- ************************************************************************* -- -- ************************************************************************* --
ALTER TABLE notes ALTER COLUMN date_note TYPE timestamp without time zone; ALTER TABLE notes ALTER COLUMN date_note TYPE timestamp without time zone;
-- ************************************************************************* --
-- CHANGE COLUMNS TYPE FOR SENDMAIL --
-- ************************************************************************* --
ALTER TABLE sendmail ALTER COLUMN to_list TYPE text;
-- ************************************************************************* -- -- ************************************************************************* --
-- NOUVEAU STATUS TRANSMISSION -- -- NOUVEAU STATUS TRANSMISSION --
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment