--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:
fer_luck 2007-05-10 13:56:06 +00:00
parent c83f4ab221
commit 62e7a8e5e3
2 changed files with 20 additions and 0 deletions

View File

@ -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;

View File

@ -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;