Files
resourcespace/upgrade/scripts/012_remove_old_dash_tiles.php
2025-07-18 16:20:14 +07:00

5 lines
160 B
PHP

<?php
// Remove tiles that are no longer supported by the system.
ps_query("delete from dash_tile where title in ('themes','mycollections','helpandadvice')");