Assume a real-world scenario where the production database has had migrations applied by hand.
Does Postgrator expose enough interface to be able to use it to enter ros in the migration schema as though they had been inserted by running the migrations? That is, assuming I certify that the migration has been manually applied, how can I tell postgrator that this is the case, and have it recorded with md5sums in the appropriate db table?
I would be willing to make the necessary modifications, if this isn't already possible, if someone could give me some pointers.