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

2 lines
86 B
MySQL
Raw Normal View History

ALTER TABLE "#__patchtester_pulls" ADD COLUMN "is_draft" smallint DEFAULT 0 NOT NULL;