Pil0tXia commented on code in PR #77:
URL: 
https://github.com/apache/eventmesh-dashboard/pull/77#discussion_r1546119998


##########
eventmesh-dashboard-console/src/main/resources/eventmesh-dashboard.sql:
##########
@@ -169,30 +162,67 @@ create table store
     endpoint_map    varchar(1024) default ''                not null comment 
'监听信息',
     constraint uniq_cluster_phy_id__storage_id
         unique (cluster_id, store_id)
-)
-    comment 'Store信息表';
+) comment 'Store信息表';
 
 create index idx_store_id_runtime_id
     on store (store_id, cluster_id, runtime_id);
 
+DROP TABLE IF EXISTS `service_user`;
+CREATE TABLE `service_user`

Review Comment:
   Then I think it would be better to standardize on `instance_user`. The word 
`service` is too general.



-- 
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: issues-unsubscr...@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@eventmesh.apache.org
For additional commands, e-mail: issues-h...@eventmesh.apache.org

Reply via email to