Skip to content

Commit 18cc8f3

Browse files
committed
Update migration
1 parent ffba16f commit 18cc8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/update/gitbucket-ci_1.6.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<addColumn tableName="CI_RESULT">
44
<column name="QUEUED_TIME" type="datetime" nullable="true"/>
55
<column name="EXIT_CODE" type="int" nullable="true"/>
6-
<column name="BUILD_SCRIPT" type="text" nullable="true"/>
6+
<column name="BUILD_SCRIPT" type="text"/>
77
</addColumn>
88
<sql>
99
UPDATE CI_RESULT SET QUEUED_TIME = START_TIME, BUILD_SCRIPT = ''

0 commit comments

Comments
 (0)