Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人知道将删除或识别drupal数据库中过时表的现有模块或脚本吗?
该站点已从drupal 5 升级到6 和6 到7。我知道在卸载自定义模块时有许多表未使用或未删除。
谢谢
Schema 模块提供了一些有用的报告,报告已在已安装模块中声明的模式与数据库中存在的模式之间的不匹配。这将是识别过时表的良好开端。