How indexedDB triggers versionchange or upgradeneeded events

1. When my database is not created, the open method triggers onupgradeneeded, and you can create the table
2. If my database has been created, because the setVersion method has been removed, I can only pass in a larger version trigger upgrade event during open to create a new table, but this method is illogical, so ask if there is any other more reasonable method

Jun.02,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38283-2c0e4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38283-2c0e4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?