mirror of https://gitee.com/topiam/eiam
⚡ 优化
parent
f1fe85bec2
commit
214875fa61
|
@ -23,7 +23,7 @@
|
||||||
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd
|
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd
|
||||||
http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/pro/liquibase-pro-4.3.xsd">
|
http://www.liquibase.org/xml/ns/dbchangelog https://www.liquibase.org/xml/ns/pro/liquibase-pro-4.3.xsd">
|
||||||
<!--init-->
|
<!--init-->
|
||||||
<changeSet author="TopIAM" id="1.1.0">
|
<changeSet author="TOPIAM" id="1.1.0">
|
||||||
<!--应用分组-->
|
<!--应用分组-->
|
||||||
<createTable remarks="应用分组" tableName="app_group">
|
<createTable remarks="应用分组" tableName="app_group">
|
||||||
<column name="id_" remarks="主键ID" type="BIGINT">
|
<column name="id_" remarks="主键ID" type="BIGINT">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
eiam-common - Employee Identity and Access Management
|
eiam-console - Employee Identity and Access Management
|
||||||
Copyright © 2022-Present Jinan Yuanchuang Network Technology Co., Ltd. (support@topiam.cn)
|
Copyright © 2022-Present Jinan Yuanchuang Network Technology Co., Ltd. (support@topiam.cn)
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
Loading…
Reference in New Issue