Hello, a few days ago I tried a test to upgrade to vb5 and I ran into some bugs, for example I was missing attachments.
Looking in the database of my vb4 installation, I see that I have two attachment tables, one with tableprefix, and one without it.
In the administrator panel I do a search by the name of the files without tableprefix and it can't find them, I suppose I should add the two tables only in one.
Can I do it with a simple update in mysql or how should I do it?
Attached capture of the start of both tables.
Looking in the database of my vb4 installation, I see that I have two attachment tables, one with tableprefix, and one without it.
In the administrator panel I do a search by the name of the files without tableprefix and it can't find them, I suppose I should add the two tables only in one.
Can I do it with a simple update in mysql or how should I do it?
Attached capture of the start of both tables.
Comment