Skip to content

Commit

Permalink
increased the nameext column size (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevoodoo authored Aug 22, 2024
1 parent 17d733d commit 8967b4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions db/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1600,4 +1600,10 @@
<sql>ALTER TABLE output_file MODIFY dirname VARCHAR(255);</sql>
<sql>ALTER TABLE `output_file` ADD SYSTEM VERSIONING;</sql>
</changeSet>
<changeSet id="2024-08-22_fcf_nameext" author="yash.pankhania">
<sql>ALTER TABLE `output_file` DROP SYSTEM VERSIONING;</sql>
<sql>ALTER TABLE `output_file` MODIFY nameext VARCHAR(255);</sql>
<sql>ALTER TABLE `output_file` MODIFY dirname VARCHAR(255) NOT NULL;</sql>
<sql>ALTER TABLE `output_file` ADD SYSTEM VERSIONING;</sql>
</changeSet>
</databaseChangeLog>

0 comments on commit 8967b4c

Please sign in to comment.