Fix regression in reading/writing from existing db
It complained the datatype did not match. So while the previous commit was probably right about sqlite integer supporting 64 bit ints if we were creating new databases, but since we're inheriting them from existing lokalize, we need to make sure it's a 32 bit uint
Loading
Please register or sign in to comment