Removed the last bits of Document Tagging

This commit is contained in:
johnnyq
2022-04-27 01:03:01 -04:00
parent 1b866b75cd
commit 0fb4ff17a3
4 changed files with 8 additions and 154 deletions

View File

@@ -165,6 +165,13 @@ if(LATEST_DATABASE_VERSION > CURRENT_DATABASE_VERSION){
if(CURRENT_DATABASE_VERSION == '0.0.5'){
// Insert queries here required to update to DB version 0.0.6
mysqli_query($mysqli, "DROP TABLE `documents_tagged`;");
mysqli_query($mysqli, "DROP TABLE `document_tags`;");
}
if(CURRENT_DATABASE_VERSION == '0.0.6'){
// Insert queries here required to update to DB version 0.0.7
// ALTER queries.....
// Then, update the database to the next sequential version