Upgrade to 0.9.1 from SVN

Feed 2 posts, 2 voices

Jan 12, 2008 12:25
Avatar
819 posts

Hi Philippe:

I just updated my 0.9 localhost install to 0.9.1, but with the database change for snippets, they have disappeared from the backend. Can you give me the mySQL commands to update my db tables? Thanks!

David.

 
Jan 14, 2008 09:46
Avatar
382 posts

just run both line in phpmyadmin or mysql client ( add the table prefix to both table name if you have one )

 ALTER TABLE  layout ADD  position MEDIUMINT(6) UNSIGNED NULL ;
 ALTER TABLE  snippet ADD  position MEDIUMINT(6) UNSIGNED NULL ;
 
Jan 14, 2008 13:39
Avatar
819 posts

All done - beautiful! Merci beaucoup, Philippe! :)