Parry Huang
Parry Huang
Same issue here. Trying to upgrade from craft 2.9.2 to craft 3.7.40 ``` Database Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'my-database.craft_simplemaps' doesn't exist The SQL being...
By passed by manually update source code at: https://github.com/ethercreative/simplemap/blob/d8790cd36654582d0f9c4d81609806d408f1ea62/src/migrations/m190226_143809_craft3_upgrade.php#L49 to ``` else if($this->db->tableExists(MapRecord::OldTableName)) ``` Not sure if this is the correct way. Now getting a new error: ``` Database Exception:...