Commit 87a96769 authored by Frank Bergmann's avatar Frank Bergmann

Added DynField

parent 8c636eeb
...@@ -313,6 +313,7 @@ where category_type = 'Intranet User Status' ...@@ -313,6 +313,7 @@ where category_type = 'Intranet User Status'
alter table persons drop if exists initials; alter table persons drop if exists initials;
alter table persons add initials varchar; alter table persons add initials varchar;
SELECT im_dynfield_attribute_new ('person', 'initials', 'Initials', 'textbox_small', 'string', 'f', 0, 'f', 'persons');
------------------------------------------------------------------- -------------------------------------------------------------------
-- Trigger for initials -- Trigger for initials
......
...@@ -7,6 +7,7 @@ SELECT acs_log__debug('/packages/intranet-core/sql/postgresql/upgrade/upgrade-5. ...@@ -7,6 +7,7 @@ SELECT acs_log__debug('/packages/intranet-core/sql/postgresql/upgrade/upgrade-5.
alter table persons drop if exists initials; alter table persons drop if exists initials;
alter table persons add initials varchar; alter table persons add initials varchar;
SELECT im_dynfield_attribute_new ('person', 'initials', 'Initials', 'textbox_small', 'string', 'f', 0, 'f', 'persons');
------------------------------------------------------------------- -------------------------------------------------------------------
-- Trigger for initials -- Trigger for initials
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment