--Fixed bug report [ 1716528 ] R_IssueSource not a System table.
--https://sourceforge.net/tracker/index.php?func=detail&aid=1716528&group_id=176962&atid=879332
This commit is contained in:
parent
c83f4ab221
commit
62e7a8e5e3
|
@ -0,0 +1,10 @@
|
|||
--Fixed bug report [ 1716528 ] R_IssueSource not a System table.
|
||||
--https://sourceforge.net/tracker/index.php?func=detail&aid=1716528&group_id=176962&atid=879332
|
||||
|
||||
update ad_table
|
||||
set entitytype = 'D',
|
||||
tablename = 'R_IssueSource',
|
||||
name = 'R_IssueSource'
|
||||
where ad_table_id = 1000006;
|
||||
|
||||
commit;
|
|
@ -0,0 +1,10 @@
|
|||
--Fixed bug report [ 1716528 ] R_IssueSource not a System table.
|
||||
--https://sourceforge.net/tracker/index.php?func=detail&aid=1716528&group_id=176962&atid=879332
|
||||
|
||||
update ad_table
|
||||
set entitytype = 'D',
|
||||
tablename = 'R_IssueSource',
|
||||
name = 'R_IssueSource'
|
||||
where ad_table_id = 1000006;
|
||||
|
||||
commit;
|
Loading…
Reference in New Issue