Small database adjustment
parent
fceb2927f4
commit
1bf482adc9
@ -0,0 +1 @@
|
||||
ALTER TABLE `ticket_attachments` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
|
@ -0,0 +1 @@
|
||||
UPDATE `neltool_notes` SET `note_user_id` = '1' WHERE `note_user_id` =27;
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
// Increment whenever a web upgrade is required.
|
||||
$NEL_SETUP_VERSION = 5;
|
||||
$NEL_SETUP_VERSION = 6;
|
||||
|
||||
/* end of file */
|
||||
|
Loading…
Reference in New Issue