Tables in SQL files
Posted: Mon 19. May 2008, 10:21
Hi,
only a general question:
In setup/default_sql/phpwcms_init_410.sql the SQL-statements always end with a
In the upgrade files in setup\update_sql\ the SQL statements in all files end with a
What is the difference between these two commands and does it have any effect to the phpwcms installation or upgrade?
Thanks in advance.
Joachim
only a general question:
In setup/default_sql/phpwcms_init_410.sql the SQL-statements always end with a
Code: Select all
) ENGINE=MyISAM ;Code: Select all
) TYPE=MyISAM ;Thanks in advance.
Joachim