Aias00 commented on code in PR #6096:
URL: https://github.com/apache/shenyu/pull/6096#discussion_r2280437520
##########
db/init/oracle/schema.sql:
##########
@@ -3607,3 +3607,46 @@ INSERT INTO permission (id, role_id, resource_id,
date_created, date_updated) VA
INSERT INTO permission (id, role_id, resource_id, date_created, date_updated)
VALUES ('1697146861569542758', '1346358560427216896', '1844026199075534867',
sysdate, sysdate);
INSERT INTO permission (id, role_id, resource_id, date_created, date_updated)
VALUES ('1697146861569542759', '1346358560427216896', '1844026199075534868',
sysdate, sysdate);
INSERT INTO permission (id, role_id, resource_id, date_created, date_updated)
VALUES ('1697146861569542760', '1346358560427216896', '1844026199075534869',
sysdate, sysdate);
+
+CREATE TABLE "public"."registry_config" (
Review Comment:
这个不用管
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]