jsuto / piler

Email archiving application
https://www.mailpiler.org/
Other
82 stars 9 forks source link

[BUG] Remove unused folder_extra #143

Closed dilyanpalauzov closed 3 months ago

dilyanpalauzov commented 3 months ago
$ git grep -i FOLDER_EXTRA
config.php.in:define('TABLE_FOLDER_EXTRA', 'folder_extra');
util/db-mysql.sql:create table if not exists `folder_extra` (
util/db-upgrade-0.1.20-vs-0.1.21.sql:create table if not exists `folder_extra` (

04a0f2b6ef4889b3351c96e9be removed the usage of TABLE_FOLDER_EXTRA.

jsuto commented 3 months ago

Done.

dilyanpalauzov commented 3 months ago

How about removing also this

$ git grep -i folder_extra
util/db-mysql.sql:create table if not exists `folder_extra` (
util/db-upgrade-0.1.20-vs-0.1.21.sql:create table if not exists `folder_extra` (

and writing at https://www.mailpiler.org/upgrade-instructions/ to delete the table?