pandorafms icon indicating copy to clipboard operation
pandorafms copied to clipboard

DB Status page:name of the field/COLUMN is missing in SQL ALTER statements

Open RoBo-OnGitHub opened this issue 8 years ago • 1 comments

On the DB Status page (/pandora_console/index.php?sec=gdbman&sec2=extensions/db_status), when there is an error to the database the SQL query that can be used to fix it, does not contain the field name (should be inserted after the COLUMN statement).

Examples:

image

image

Oh and you might want to think of a single text box where you can find all SQL statements to fix the database at the end of the page. This way yoou don't have to do multiple copies, just 1 copy and paste to fix the database. Or maybe even better: add a button "perform fixes", that execute all INFORMATION SQL queries...

RoBo-OnGitHub avatar Jun 21 '16 21:06 RoBo-OnGitHub

Fixed the problem.

m-lopez-f avatar Aug 17 '16 13:08 m-lopez-f