From 6eb302903b83c86f5e1ca39aa99f38e4fb16cb5e Mon Sep 17 00:00:00 2001 From: Alex Orluc <alex.orluc@maarch.org> Date: Tue, 26 Jul 2016 10:07:09 +0000 Subject: [PATCH] FIX #0000 update sql --- core/trunk/sql/160.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/trunk/sql/160.sql b/core/trunk/sql/160.sql index f0f511a9030..021d5566791 100644 --- a/core/trunk/sql/160.sql +++ b/core/trunk/sql/160.sql @@ -423,4 +423,4 @@ UPDATE parameters SET param_value_int = 160 where id='database_version'; -- sve mlb_doctype_ext -- -- ************************************************************************* -- -ALTER TABLE mlb_doctype_ext ADD COLUMN sve_type varchar(255); \ No newline at end of file +ALTER TABLE mlb_doctype_ext ADD COLUMN sve_type varchar(255) DEFAULT 'normal'::character varying; \ No newline at end of file -- GitLab