mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
Add one note about baseline tables
This commit is contained in:
parent
b56787e6cd
commit
2da29d2861
@ -589,6 +589,7 @@
|
|||||||
// Only AlterColumn/RenameColumn seem to be failing silently.
|
// Only AlterColumn/RenameColumn seem to be failing silently.
|
||||||
// This is because we are not keeping up with table changes, so a table in baseline
|
// 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.
|
// 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'))
|
if($setup_info[$key]['tables'] && file_exists($appdir.'tables_baseline.inc.php'))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user