Add column timestamp for table TOOL_UOS
This commit is contained in:
parent
4112b1a14b
commit
4d29bb45fa
1 changed files with 3 additions and 1 deletions
|
|
@ -7,4 +7,6 @@ update parm_appearance set a_value='#506cb8 ' where a_code='MENU1-SELECTED' and
|
|||
ALTER TABLE public.todo_list ALTER COLUMN tl_date drop NOT NULL;
|
||||
|
||||
|
||||
update menu_ref set me_javascript='bookmark.show(<DOSSIER>)' where me_code='BOOKMARK';
|
||||
update menu_ref set me_javascript='bookmark.show(<DOSSIER>)' where me_code='BOOKMARK';
|
||||
|
||||
alter table tool_uos add created_date timestamp default now();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue