Commit 867306bc authored by maoying's avatar maoying

Merge branch 'developer' of http://39.98.45.134:8090/moa/amos-boot-biz into developer

parents a9e6b997 134edd82
......@@ -2921,5 +2921,16 @@
</sql>
</changeSet>
<changeSet author="ls" id="2022-06-01-1">
<preConditions onFail="MARK_RAN">
<not>
<columnExists tableName="jc_power_transfer_company_resources" columnName="arrival_time"/>
</not>
</preConditions>
<comment>jc_power_transfer_company_resources add column arrival_time 车辆到场时间</comment>
<sql>
ALTER TABLE jc_power_transfer_company_resources ADD arrival_time varchar(255) NULL COMMENT '车辆到场时间';
</sql>
</changeSet>
</databaseChangeLog>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment