We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffba16f commit 18cc8f3Copy full SHA for 18cc8f3
src/main/resources/update/gitbucket-ci_1.6.0.xml
@@ -3,7 +3,7 @@
3
<addColumn tableName="CI_RESULT">
4
<column name="QUEUED_TIME" type="datetime" nullable="true"/>
5
<column name="EXIT_CODE" type="int" nullable="true"/>
6
- <column name="BUILD_SCRIPT" type="text" nullable="true"/>
+ <column name="BUILD_SCRIPT" type="text"/>
7
</addColumn>
8
<sql>
9
UPDATE CI_RESULT SET QUEUED_TIME = START_TIME, BUILD_SCRIPT = ''
0 commit comments