File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
colab-api/src/main/resources/META-INF/dbchangelogs Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.1" encoding =" UTF-8" standalone =" no" ?>
2+ <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-latest.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd" >
3+ <changeSet author =" sandra" id =" 1702881700111-1" >
4+ <update tableName =" users" >
5+ <column name =" firstname" valueComputed =" commonname" />
6+ <where >firstname is null</where >
7+ </update >
8+ </changeSet >
9+ <changeSet author =" sandra" id =" 1702881700111-2" >
10+ <update tableName =" users" >
11+ <column name =" firstname" valueComputed =" username" />
12+ <where >firstname is null</where >
13+ </update >
14+ </changeSet >
15+ </databaseChangeLog >
You can’t perform that action at this time.
0 commit comments