Migration from sqlite3 to MySQL database

+1 , I took a script from another topic - Migrating grafana data to new database

And unfortunately during the import of the dump i receive
[root@xxxxxxxxxxxxxxxxx]# mysql -u grafana -p -h xx.xx.xx.xx grafana < grafana.sql
Enter password:
ERROR 1136 (21S01) at line 2963: Column count doesn’t match value count at row 1
INSERT INTO annotation VALUES(4,1,2,0,1094,2,0,‘alert’,‘Panel Title alert’,‘OK’,’’,‘pending’,‘ok’,’{}’,1504025910,0);
Also can you share some info about
https://github.com/grafana/grafana/tree/05d43999dc83c2adc5bda27eb8e41e0b762c35ea/pkg/services/sqlstore ?

Thanks !