|
| 1 | +<?xml version="1.1" encoding="UTF-8" standalone="no"?> |
| 2 | +<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" |
| 3 | + xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" |
| 4 | + xmlns:pro="http://www.liquibase.org/xml/ns/pro" |
| 5 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 6 | + 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"> |
| 7 | + <changeSet author="chuinetri (generated)" id="1703808925709-1"> |
| 8 | + <createTable tableName="short_circuit_parameters"> |
| 9 | + <column name="id" type="UUID"> |
| 10 | + <constraints nullable="false" primaryKey="true" primaryKeyName="short_circuit_parametersPK"/> |
| 11 | + </column> |
| 12 | + <column defaultValue=""NOMINAL"" name="initial_voltage_profile_mode" type="VARCHAR(15)"/> |
| 13 | + <column defaultValueNumeric="20.0" name="min_voltage_drop_proportional_threshold" type="DOUBLE PRECISION"/> |
| 14 | + <column defaultValue=""ICC_MAX_WITH_NOMINAL_VOLTAGE_MAP"" name="predefined_parameters" type="VARCHAR(35)"/> |
| 15 | + <column defaultValue=""TRANSIENT"" name="study_type" type="VARCHAR(15)"/> |
| 16 | + <column defaultValueBoolean="true" name="with_feeder_result" type="BOOLEAN"/> |
| 17 | + <column defaultValueBoolean="false" name="with_fortescue_result" type="BOOLEAN"/> |
| 18 | + <column defaultValueBoolean="true" name="with_limit_violations" type="BOOLEAN"/> |
| 19 | + <column defaultValueBoolean="false" name="with_loads" type="BOOLEAN"/> |
| 20 | + <column defaultValueBoolean="true" name="with_neutral_position" type="BOOLEAN"/> |
| 21 | + <column defaultValueBoolean="false" name="with_shunt_compensators" type="BOOLEAN"/> |
| 22 | + <column defaultValueBoolean="false" name="with_voltage_result" type="BOOLEAN"/> |
| 23 | + <column defaultValueBoolean="true" name="with_vsc_converter_stations" type="BOOLEAN"/> |
| 24 | + </createTable> |
| 25 | + </changeSet> |
| 26 | +</databaseChangeLog> |
0 commit comments