I want to use the patch 15-2 and 17-2 over 22-1 release. Have some questions:
Q1:
Can I just replace the new files or do I have to run the upgrade.php again?
Q2:
Are there new entries in the database made?
patch 15-2 and 17-2 over 22-1 release question
Thanks, I see 2 .sql files:
1. phpwcms_init.sql
2. phpwcms_update.sql
The first one is a complete create of all tables. But I already have these. Or are there any changes made in this file so that I have to run in anyway?
The 2nd file only contains a replcement of the field 'usr_pass' in table 'phpscms_user': VARCHAR( 255 ) NOT NULL instead of (50).
Does the phpwcms_init.sql contain more changes???
1. phpwcms_init.sql
2. phpwcms_update.sql
The first one is a complete create of all tables. But I already have these. Or are there any changes made in this file so that I have to run in anyway?
The 2nd file only contains a replcement of the field 'usr_pass' in table 'phpscms_user': VARCHAR( 255 ) NOT NULL instead of (50).
Does the phpwcms_init.sql contain more changes???
NO!!Moozie wrote:Thanks, I see 2 .sql files:
1. phpwcms_init.sql
2. phpwcms_update.sql
The first one is a complete create of all tables. But I already have these. Or are there any changes made in this file so that I have to run in anyway?
The 2nd file only contains a replcement of the field 'usr_pass' in table 'phpscms_user': VARCHAR( 255 ) NOT NULL instead of (50).
Does the phpwcms_init.sql contain more changes???
Only insert the phpwcms_update.sql file
Pappnase