Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzuaa
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzuaa
提交
2f4343fa
提交
2f4343fa
编写于
10月 23, 2021
作者:
sq3536
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
兼容da
上级
6dda1515
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
81 行增加
和
48 行删除
+81
-48
20200528022858_changelog.xml
...esources/liquibase/changelog/20200528022858_changelog.xml
+27
-28
20200528022859_changelog.xml
...esources/liquibase/changelog/20200528022859_changelog.xml
+34
-0
20201224104515_changelog.xml
...esources/liquibase/changelog/20201224104515_changelog.xml
+20
-20
未找到文件。
ibzuaa-core/src/main/resources/liquibase/changelog/20200528022858_changelog.xml
浏览文件 @
2f4343fa
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog
xmlns=
"http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:ext=
"http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro=
"http://www.liquibase.org/xml/ns/pro"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-3.8.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd"
>
<changeSet
author=
"sq3536 (generated)"
id=
"1590632951240-1"
>
<createTable
tableName=
"IBZAUTHLOG"
>
<column
name=
"LOGID"
type=
"VARCHAR(100)"
>
<constraints
nullable=
"false"
primaryKey=
"true"
primaryKeyName=
"PK_SYS_AUTHLOG_LOGID"
/>
</column>
<column
name=
"USERNAME"
type=
"VARCHAR(100)"
/>
<column
name=
"PERSONNAME"
type=
"VARCHAR(100)"
/>
<column
name=
"DOMAIN"
type=
"VARCHAR(100)"
/>
<column
name=
"AUTHTIME"
type=
"TIMESTAMP"
/>
<column
name=
"IPADDR"
type=
"VARCHAR(100)"
/>
<column
name=
"MACADDR"
type=
"VARCHAR(100)"
/>
<column
name=
"USERAGENT"
type=
"VARCHAR(100)"
/>
<column
name=
"AUTHCODE"
type=
"VARCHAR(15)"
/>
</createTable>
</changeSet>
<changeSet
author=
"sq3536 (generated)"
id=
"1590632951240-2"
>
<!-- <changeSet author="sq3536 (generated)" id="1590632951240-1">-->
<!-- <createTable tableName="IBZAUTHLOG">-->
<!-- <column name="LOGID" type="VARCHAR(100)">-->
<!-- <constraints nullable="false" primaryKey="true" primaryKeyName="PK_SYS_AUTHLOG_LOGID"/>-->
<!-- </column>-->
<!-- <column name="USERNAME" type="VARCHAR(100)"/>-->
<!-- <column name="PERSONNAME" type="VARCHAR(100)"/>-->
<!-- <column name="DOMAIN" type="VARCHAR(100)"/>-->
<!-- <column name="AUTHTIME" type="TIMESTAMP"/>-->
<!-- <column name="IPADDR" type="VARCHAR(100)"/>-->
<!-- <column name="MACADDR" type="VARCHAR(100)"/>-->
<!-- <column name="USERAGENT" type="VARCHAR(100)"/>-->
<!-- <column name="AUTHCODE" type="VARCHAR(15)"/>-->
<!-- </createTable>-->
<!-- </changeSet>-->
<changeSet
author=
"sq3536 (generated)"
id=
"1590632951241-4"
>
<preConditions
onFail=
"MARK_RAN"
>
<not>
<tableExists
tableName=
"IBZPERMISSION"
/>
</not>
</preConditions>
<createTable
tableName=
"IBZPERMISSION"
>
<column
name=
"SYS_PERMISSIONID"
type=
"VARCHAR(200)"
>
<constraints
nullable=
"false"
primaryKey=
"true"
primaryKeyName=
"PK_SYS_PERMISSION_SYS_PERMISSI"
/>
...
...
@@ -27,8 +32,7 @@
<column
name=
"CREATEDATE"
type=
"TIMESTAMP"
/>
<column
name=
"UPDATEDATE"
type=
"TIMESTAMP"
/>
</createTable>
</changeSet>
<changeSet
author=
"sq3536 (generated)"
id=
"1590632951240-3"
>
<createTable
tableName=
"IBZPSSYSTEM"
>
<column
name=
"PSSYSTEMID"
type=
"VARCHAR(100)"
>
<constraints
nullable=
"false"
primaryKey=
"true"
primaryKeyName=
"PK_SYS_PSSYSTEM_PSSYSTEMID"
/>
...
...
@@ -36,8 +40,7 @@
<column
name=
"PSSYSTEMNAME"
type=
"VARCHAR(100)"
/>
<column
name=
"SYSSTRUCTURE"
type=
"CLOB"
/>
</createTable>
</changeSet>
<changeSet
author=
"sq3536 (generated)"
id=
"1590632951240-4"
>
<createTable
tableName=
"IBZROLE"
>
<column
name=
"SYS_ROLEID"
type=
"VARCHAR(100)"
>
<constraints
nullable=
"false"
primaryKey=
"true"
primaryKeyName=
"PK_SYS_ROLE_SYS_ROLEID"
/>
...
...
@@ -47,8 +50,7 @@
<column
name=
"CREATEDATE"
type=
"TIMESTAMP"
/>
<column
name=
"UPDATEDATE"
type=
"TIMESTAMP"
/>
</createTable>
</changeSet>
<changeSet
author=
"sq3536 (generated)"
id=
"1590632951240-5"
>
<createTable
tableName=
"IBZROLE_PERMISSION"
>
<column
name=
"SYS_ROLE_PERMISSIONID"
type=
"VARCHAR(100)"
>
<constraints
nullable=
"false"
primaryKey=
"true"
primaryKeyName=
"PK_SYS_ROLE_PERMISSION_SYS_ROL"
/>
...
...
@@ -58,8 +60,7 @@
<column
name=
"CREATEDATE"
type=
"TIMESTAMP"
/>
<column
name=
"UPDATEDATE"
type=
"TIMESTAMP"
/>
</createTable>
</changeSet>
<changeSet
author=
"sq3536 (generated)"
id=
"1590632951240-6"
>
<createTable
tableName=
"IBZUSER_ROLE"
>
<column
name=
"SYS_USER_ROLEID"
type=
"VARCHAR(100)"
>
<constraints
nullable=
"false"
primaryKey=
"true"
primaryKeyName=
"PK_SYS_USER_ROLE_SYS_USER_ROLE"
/>
...
...
@@ -69,11 +70,9 @@
<column
name=
"CREATEDATE"
type=
"TIMESTAMP"
/>
<column
name=
"UPDATEDATE"
type=
"TIMESTAMP"
/>
</createTable>
</changeSet>
<changeSet
author=
"sq3536 (generated)"
id=
"1590632951240-7"
>
<addForeignKeyConstraint
baseColumnNames=
"SYS_PERMISSIONID"
baseTableName=
"IBZROLE_PERMISSION"
constraintName=
"DER1N_SYS_ROLE_PERMISSION_SYS_"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"SYS_PERMISSIONID"
referencedTableName=
"IBZPERMISSION"
validate=
"true"
/>
</changeSet>
<changeSet
author=
"sq3536 (generated)"
id=
"1590632951240-8"
>
<addForeignKeyConstraint
baseColumnNames=
"SYS_ROLEID"
baseTableName=
"IBZUSER_ROLE"
constraintName=
"DER1N_SYS_USER_ROLE_SYS_ROLE_S"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"SYS_ROLEID"
referencedTableName=
"IBZROLE"
validate=
"true"
/>
</changeSet>
</databaseChangeLog>
ibzuaa-core/src/main/resources/liquibase/changelog/20200528022859_changelog.xml
0 → 100644
浏览文件 @
2f4343fa
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog
xmlns=
"http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:ext=
"http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro=
"http://www.liquibase.org/xml/ns/pro"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-3.8.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd"
>
<changeSet
author=
"sq3536 (generated)"
id=
"1590632951241-1"
>
<preConditions
onFail=
"MARK_RAN"
>
<not>
<tableExists
tableName=
"IBZAUTHLOG"
/>
</not>
</preConditions>
<createTable
tableName=
"IBZAUTHLOG"
>
<column
name=
"LOGID"
type=
"VARCHAR(100)"
>
<constraints
nullable=
"false"
primaryKey=
"true"
primaryKeyName=
"PK_SYS_AUTHLOG_LOGID"
/>
</column>
<column
name=
"USERNAME"
type=
"VARCHAR(100)"
/>
<column
name=
"PERSONNAME"
type=
"VARCHAR(100)"
/>
<column
name=
"AUTHTIME"
type=
"TIMESTAMP"
/>
<column
name=
"IPADDR"
type=
"VARCHAR(100)"
/>
<column
name=
"MACADDR"
type=
"VARCHAR(100)"
/>
<column
name=
"USERAGENT"
type=
"VARCHAR(100)"
/>
<column
name=
"AUTHCODE"
type=
"VARCHAR(15)"
/>
</createTable>
</changeSet>
<changeSet
author=
"mac (generated)"
id=
"1590632951241-2"
>
<preConditions
onFail=
"MARK_RAN"
>
<not
>
<columnExists
tableName=
"IBZAUTHLOG"
columnName=
"DOMAINS"
/>
</not>
</preConditions>
<addColumn
tableName=
"IBZAUTHLOG"
>
<column
name=
"DOMAINS"
type=
"VARCHAR(100 BYTE)"
/>
</addColumn>
</changeSet>
</databaseChangeLog>
ibzuaa-core/src/main/resources/liquibase/changelog/20201224104515_changelog.xml
浏览文件 @
2f4343fa
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog
xmlns=
"http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:ext=
"http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:pro=
"http://www.liquibase.org/xml/ns/pro"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-3.9.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.9.xsd"
>
<changeSet
author=
"mac (generated)"
id=
"1608806718748-1"
>
<preConditions
onFail=
"MARK_RAN"
>
<not
>
<indexExists
tableName=
"IBZUSER_ROLE"
columnNames=
"SYS_USERID"
/
>
</not
>
</preConditions
>
<createIndex
tableName=
"IBZUSER_ROLE"
indexName=
"IDX_SYSUSER_ROLE_USERID"
>
<column
name=
"SYS_USERID"
></column
>
</createIndex
>
</changeSet
>
<changeSet
author=
"mac (generated)"
id=
"1608806718749-1"
>
<preConditions
onFail=
"MARK_RAN"
>
<not
>
<indexExists
tableName=
"IBZROLE_PERMISSION"
columnNames=
"SYS_ROLEID"
/
>
</not
>
</preConditions
>
<createIndex
tableName=
"IBZROLE_PERMISSION"
indexName=
"IDX_SYSROLE_PERM_ROLEID"
>
<column
name=
"SYS_ROLEID"
></column
>
</createIndex
>
</changeSet
>
<!-- <changeSet author="mac (generated)" id="1608806718748-1">--
>
<!-- <preConditions onFail="MARK_RAN" >--
>
<!-- <not>--
>
<!-- <indexExists tableName="IBZUSER_ROLE" columnNames="SYS_USERID" />--
>
<!-- </not>--
>
<!-- </preConditions>--
>
<!-- <createIndex tableName="IBZUSER_ROLE" indexName="IDX_SYSUSER_ROLE_USERID">--
>
<!-- <column name="SYS_USERID"></column>--
>
<!-- </createIndex>--
>
<!-- </changeSet>--
>
<!-- <changeSet author="mac (generated)" id="1608806718749-1">--
>
<!-- <preConditions onFail="MARK_RAN" >--
>
<!-- <not>--
>
<!-- <indexExists tableName="IBZROLE_PERMISSION" columnNames="SYS_ROLEID" />--
>
<!-- </not>--
>
<!-- </preConditions>--
>
<!-- <createIndex tableName="IBZROLE_PERMISSION" indexName="IDX_SYSROLE_PERM_ROLEID">--
>
<!-- <column name="SYS_ROLEID"></column>--
>
<!-- </createIndex>--
>
<!-- </changeSet>--
>
</databaseChangeLog>
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录