Rename edit schemes pages to schemas

This commit is contained in:
Clemens Schwaighofer
2023-01-11 09:12:56 +09:00
parent fe75f1d724
commit 58988b9c0f
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
-- Fix for edit_schemes.php DB settings
-- will not change file name only visual name
UPDATE edit_page SET name = 'Edit Schemas' WHERE filename = 'edit_schemes.php';
-- will change BOTH, must have file name renamed too
UPDATE edit_page SET name = 'Edit Schemas', filename = 'edit_schemas.php' WHERE filename = 'edit_schemes.php';