Crispian
There’s just one little issue that you have to be aware off, when you want to migrate next versions, check the migration files before, I’ll give you an example, on version 6 I increased the description file on c_invoiceline table, from 250 to 2000, when I migrated to version 8 there was a file that change NVARCHAR2 to VARCHAR2 and replace de size of the field, I lost my description data, well I’ve a backup but then I realized that was the column that return to 250, so, document that changes and check the migration files before run it.
Happy customization!
Regards,
Andres