This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new 4d95e132c [fix issue]ORA-00904: invalid identifier. (#4152)
4d95e132c is described below
commit 4d95e132cd295de5b112a2fae633514028e2258d
Author: pandaapo <[email protected]>
AuthorDate: Tue Nov 1 18:53:49 2022 +0800
[fix issue]ORA-00904: invalid identifier. (#4152)
Co-authored-by: xiaoyu <[email protected]>
---
db/init/oracle/schema.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/db/init/oracle/schema.sql b/db/init/oracle/schema.sql
index 855db7b08..a53f796d0 100644
--- a/db/init/oracle/schema.sql
+++ b/db/init/oracle/schema.sql
@@ -2121,7 +2121,7 @@ comment on column TAG_RELATION.id
is 'primary key id';
comment on column TAG_RELATION.api_id
is 'api_id';
-comment on column TAG_RELATION.parent_tag_id
+comment on column TAG_RELATION.tag_id
is 'parent tag id';
comment on column TAG_RELATION.date_created
is 'create time';