Adjust plugin description
This commit is contained in:
parent
987cea24a0
commit
e2246eb8c3
3 changed files with 5 additions and 2 deletions
3
code/web/private_php/setup/sql/nel_ams_lib_00004.sql
Normal file
3
code/web/private_php/setup/sql/nel_ams_lib_00004.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE `plugins` ADD UNIQUE(`Name`);
|
||||
UPDATE `plugins` SET `Info` = '{"PluginName":"Achievements","Description":"Returns the achievements of a user with respect to the character","Version":"1.0.0","TemplatePath":"..\\/..\\/..\\/private_php\\/ams\\/plugins\\/Achievements\\/templates\\/index.tpl","Type":"Manual","":null}' WHERE `Name` = 'Achievements';
|
||||
|
|
@ -6,7 +6,7 @@ $db_nel_tool = 1;
|
|||
|
||||
// Support
|
||||
$db_nel_ams = 1;
|
||||
$db_nel_ams_lib = 3;
|
||||
$db_nel_ams_lib = 4;
|
||||
|
||||
// Domain
|
||||
$db_ring_domain = 1;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
// Increment whenever a web upgrade is required.
|
||||
$NEL_SETUP_VERSION = 4;
|
||||
$NEL_SETUP_VERSION = 5;
|
||||
|
||||
/* end of file */
|
||||
|
|
Loading…
Reference in a new issue