- Fix
dbDeltaSQL schema: renamed inlineAUTO_INCREMENT PRIMARY KEYto separatePRIMARY KEY (id), replaced anonymousINDEXwith namedKEY post_id (post_id)to resolve "Multiple primary key defined" and "Incorrect index name" database errors
dbDelta SQL schema: renamed inline AUTO_INCREMENT PRIMARY KEY to separate PRIMARY KEY (id), replaced anonymous INDEX with named KEY post_id (post_id) to resolve "Multiple primary key defined" and "Incorrect index name" database errors