mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 11:21:44 +08:00
refactor(X-Pack): 对权限体系进行重构-18
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package io.dataease.initSql;
|
||||
|
||||
public interface UpgradeSqlBlock extends SqlBlock {
|
||||
@Override
|
||||
default String getVersionGroup() {
|
||||
return "upgrade";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user