提交 8f459704 编写于 作者: U UlricQin

rename preset classpath all->all.resources

上级 a7f12ad8
......@@ -138,7 +138,7 @@ CREATE TABLE `classpath` (
) ENGINE = InnoDB DEFAULT CHARSET = utf8;
-- new resource will bind classpath(id=1) automatically
insert into classpath(id, path, note, preset, create_by, update_by, create_at, update_at) values(1, 'all', 'preset classpath, all resources belong to', 1, 'system', 'system', unix_timestamp(now()), unix_timestamp(now()));
insert into classpath(id, path, note, preset, create_by, update_by, create_at, update_at) values(1, 'all.resources', 'preset classpath, all resources belong to', 1, 'system', 'system', unix_timestamp(now()), unix_timestamp(now()));
CREATE TABLE `classpath_resource` (
`id` bigint unsigned not null auto_increment,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册