提交 de730e3d 编写于 作者: sq3536's avatar sq3536

changelog

上级 5661670d
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
margin-top:30px;margin-bottom:20px;margin-left:40px; margin-top:30px;margin-bottom:20px;margin-left:40px;
} }
.roll{ .roll{
height:calc(100vh - 305px) ;overflow:hidden;overflow-x: hidden;overflow-y: auto; height:calc(100vh - 355px) ;overflow:hidden;overflow-x: hidden;overflow-y: auto;
} }
.tre{ .tre{
margin-left:20px; margin-left:20px;
......
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
<verbose>true</verbose> <verbose>true</verbose>
<logging>debug</logging> <logging>debug</logging>
<contexts>!test</contexts> <contexts>!test</contexts>
<diffExcludeObjects>Index:.*,table:ibzfile,ibzuser,ibzdataaudit,IBZFILE,IBZUSER,IBZDATAAUDIT</diffExcludeObjects> <diffExcludeObjects>Index:.*,table:ibzfile,ibzuser,ibzdataaudit,ibzcfg,IBZFILE,IBZUSER,IBZDATAAUDIT,IBZCFG</diffExcludeObjects>
</configuration> </configuration>
<phase>process-resources</phase> <phase>process-resources</phase>
<goals> <goals>
......
<?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="1591600780913-1">
<addColumn tableName="IBZPSSYSTEM">
<column name="APPS" type="CLOB(2147483647)"/>
</addColumn>
</changeSet>
<changeSet author="sq3536 (generated)" id="1591600780913-2">
<addColumn tableName="IBZPSSYSTEM">
<column name="MD5CHECK" type="VARCHAR(100 BYTE)"/>
</addColumn>
</changeSet>
<changeSet author="sq3536 (generated)" id="1591600780913-3">
<addColumn tableName="IBZPSSYSTEM">
<column name="SHOWORDER" type="INTEGER"/>
</addColumn>
</changeSet>
</databaseChangeLog>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册