Add one note about baseline tables

This commit is contained in:
Miles Lott 2003-10-18 10:54:47 +00:00
parent b56787e6cd
commit 2da29d2861

View File

@ -589,6 +589,7 @@
// Only AlterColumn/RenameColumn seem to be failing silently.
// This is because we are not keeping up with table changes, so a table in baseline
// either does not exist anymore, or the baseline is being lost.
// 10-18-2003 milosch - The baseline file is definitely needed for any app with and update file.
*/
if($setup_info[$key]['tables'] && file_exists($appdir.'tables_baseline.inc.php'))
{