Archive

Posts Tagged ‘source’

Database Schema Changed

October 30th, 2008 No comments

By revision 386 the database schema of phtagr changed and must be changed manually! Please update your phtagr source to the latest version and rename the table ‘configs’ to ‘options’. Execute following mySQL command for your phtagr database. Please consider your table prefixes if you have it.

mysql> RENAME TABLE 'configs' TO 'options';
Categories: phtagr, source Tags: ,