-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename oc_filecache to oc_fileindex #18027
Comments
Well - people need to learn not to play around with the database. Regarding the migration - db_structure.xml cannot handle this. I vote for won't fix |
I also think that this will add more trouble. Don't mess around with the DB - that's it. |
Okay, thanks for the feedback. |
don't truncate the filecache table, EVER. You will lose data. Don't do it. Don't!!!! |
So don't give them a way to do it easily via |
@gael-ian I wasn't aware that there was an |
There's a command |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The problem:
Solution:
Also: the file cache table is really more an index or a metadata index than a cache.
If people do find about old blogs advising to clear oc_filecache, they won't find this table.
Having the table as oc_fileindex will give the impression that it is something different, so more of a psychological solution 😄
Not sure if the table can be rename properly with a change of db_structure.xml.
@icewind1991 @DeepDiver1975 @karlitschek @schiesbn @nickvergessen
The text was updated successfully, but these errors were encountered: