Skip to content

Commit

Permalink
Merge branch 'feature/adaptacion-script-conectores' into 'develop'
Browse files Browse the repository at this point in the history
Inserts

See merge request upm-inesdata/registration-service!4
  • Loading branch information
ralconada-gmv committed Aug 6, 2024
2 parents ca99a06 + ef8d3f4 commit d9087be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/db/changelog/0.1.0/db.changelog-1.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd">

<changeSet id="1" author="gmv">
<preConditions onFail="MARK_RAN">
<not>
<tableExists tableName="edc_participant"/>
</not>
</preConditions>
<createTable tableName="edc_participant">
<column name="participant_id" type="VARCHAR(255)">
<constraints primaryKey="true" nullable="false"/>
Expand Down

0 comments on commit d9087be

Please sign in to comment.