Where are ActiveObjects entity schema versions stored?

Viewed 21

I implemented ActiveObjectsUpgradeTask. Data migrated. I want to rollback this migration, but I don't know where the migration version numbers or version schema table are in ActiveObjects. Didn't find anything in the documentation for the whole day. Perhaps I misunderstand how structure migration works in AO. I just assume that the versions returned by the getModelVersion() method are stored somewhere.

Thanks in advance for your replies

1 Answers
Related