On Friday 20 April 2012 16:49:52 403 wrote: > Hi, > > I am a little bit tired today... I made a mistake while I wanted to > refresh the OC files list. I used to delete all the record of the > oc_fscache to do this but I don't know why, I executed a drop table > oc_fscache... > > Is there a way to update the database (without losing my records) with > the db structure to get back the oc_fscache table? Or maybe, is there > anyone who have the sqlite request to create this table (I use the last > git version of OC)? > > Thanks, > Germain
Decreasing the version number in config/config.php will triger the database upgrade script which should recreate the table. - Robin Appelman _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
