sivann / itdb

IT Items Database
http://www.sivann.gr/software/itdb/
GNU General Public License v3.0
154 stars 105 forks source link

Upgrading db fails (1.9 - 1.23) #65

Open Roman-Dudar opened 7 years ago

Roman-Dudar commented 7 years ago

Fails to upgrade from db v3 to v6 with "cannot start a transaction within a transaction" error

solved by adding "commit;" at the top of updates/db/3_4.sql

sivann commented 7 years ago

thanks