Skip to content

Commit 3aaa98a

Browse files
committed
update sql query oss
1 parent 8ccb703 commit 3aaa98a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/sql/12_gitlab_webhook.up.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
ALTER TABLE git_host_webhook_event ADD COLUMN IF NOT EXISTS git_host_name varchar(250);
18+
ALTER TABLE git_host_webhook_event ALTER COLUMN git_host_id DROP NOT NULL;
1719

1820
INSERT INTO git_host_webhook_event (git_host_name, name, event_types_csv,
1921
action_type, is_active, created_on)

0 commit comments

Comments
 (0)