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

Fix for patch signature sync.

parent de2668c6
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