FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

Upgrade to 0.9.1 from SVN

Feed 2 posts, 2 voices

Avatar
1493 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.

 
Avatar
541 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 ;
 
Avatar
1493 posts

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