31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-09 00:32:20 +00:00
patchtester/administrator/components/com_patchtester/install/sql/updates/mysql/4.2.0.sql
Roland Dalmulder 635327e36a
Added draft status
Sort language strings

Signed-off-by: Roland Dalmulder <contact@rolandd.com>
2021-10-31 10:41:15 +01:00

2 lines
126 B
SQL

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