ricardochimal / taps

simple database import/export app
MIT License
1.2k stars 140 forks source link

mysql to postgres , all good except the postgres sequence stays 0 #135

Open wedy opened 11 years ago

wedy commented 11 years ago

Hi there,

i've successfully imported mysql db to postgresql, thank to your awesome plugin

but those postgresql table's sequences are 0. not get resync-ed properly is there any command i should run, to sync up the sequence?

thank you