Skip to content

Commit

Permalink
increased the dirname column size (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevoodoo authored Aug 22, 2024
1 parent 209e6e8 commit 17d733d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1595,4 +1595,9 @@
<sql>ALTER TABLE `analysis_outputs` ADD SYSTEM VERSIONING;</sql>
<sql>ALTER TABLE `analysis_outputs` ADD CONSTRAINT `chk_file_id_output` CHECK ((file_id IS NOT NULL AND output IS NULL) OR (file_id IS NULL AND output IS NOT NULL));</sql>
</changeSet>
<changeSet id="2024-08-22_fcf_dirname" author="yash.pankhania">
<sql>ALTER TABLE `output_file` DROP SYSTEM VERSIONING;</sql>
<sql>ALTER TABLE output_file MODIFY dirname VARCHAR(255);</sql>
<sql>ALTER TABLE `output_file` ADD SYSTEM VERSIONING;</sql>
</changeSet>
</databaseChangeLog>

0 comments on commit 17d733d

Please sign in to comment.