Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jacodg committed Jan 29, 2025
1 parent d90a3e8 commit 63ebbd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/ladybug/DatabaseChangelog_Test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<column name="STORAGEID" type="INTEGER" autoIncrement="true">
<constraints primaryKey="true" nullable="false" primaryKeyName="PK_LADYBUGTEST"/>
</column>
<column name="PATH" type="VARCHAR(4000)"/><!-- 4000 is the maximum VARCHAR length for Oracle. Linux has a maximum path of 4096 characters for most filesystems (https://unix.stackexchange.com/questions/32795/what-is-the-maximum-allowed-filename-and-folder-size-with-ecryptfs) -->
<column name="PATH" type="VARCHAR(4000)"/><!-- 4000 is the maximum VARCHAR length for Oracle. Linux has a maximum path of 4096 characters for most filesystems (https://unix.stackexchange.com/questions/32795/what-is-the-maximum-allowed-filename-and-folder-size-with-ecryptfs) -->
<column name="NAME" type="VARCHAR(256)"/>
<column name="REPORT" type="${BLOB_FIELD_TYPE}"/>
<column name="DESCRIPTION" type="CLOB"/>
<column name="DESCRIPTION" type="CLOB"/>
</createTable>
<createSequence sequenceName="SEQ_LADYBUGTEST"/><!-- To auto increment STORAGEID on Oracle -->
</changeSet>
Expand Down

0 comments on commit 63ebbd6

Please sign in to comment.