31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-01 05:10:48 +00:00
patchtester/administrator/components/com_patchtester/install/sql/updates/mysql/4.2.0.sql

2 lines
126 B
MySQL
Raw Normal View History

ALTER TABLE #__patchtester_pulls ADD is_draft TINYINT(1) UNSIGNED DEFAULT 0 NULL COMMENT 'If the pull request is a draft PR';