Hello all,
Does anyone know where I can find the list of OJS 3.3.0-14 database tables? I’m upgrading from our current version and wanted to clean up some old temp tables we have here.
Regards,
Oberdan
Hello all,
Does anyone know where I can find the list of OJS 3.3.0-14 database tables? I’m upgrading from our current version and wanted to clean up some old temp tables we have here.
Regards,
Oberdan
Hi @Oberdan,
Have a look at the datasets repository; there are database dumps for each version and DBMS in separate directories. You can grep through the database dump to get a list of each table. (Of course, this will miss any tables related to extra plugins.)
Regards,
Alec Smecher
Public Knowledge Project Team