Skip to content
Snippets Groups Projects
Commit cdd3ba0c authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #110 from protich/develop

Reviewed By Jared
parents f2fc5956 e292aa2e
No related branches found
No related tags found
No related merge requests found
ALTER TABLE `%TABLE_PREFIX%config` CHANGE `show_answered_tickets` `show_answered_tickets` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `%TABLE_PREFIX%config` ADD `show_notes_inline` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '1' AFTER `show_answered_tickets`;
-- update patch signature
UPDATE `%TABLE_PREFIX%config`
SET `schema_signature`='c2d2fabfdf15e1632f00850ffb361558';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment