This file contains the steps required to update from one version to another. The following sections represent the steps required.
alter table `GENERIC_FILE` ADD KEY `OID_REGISTRATION` (`OID_REGISTRATION`), ADD COLUMN `LOCALE` text;
update GENERIC_FILE SET LOCALE = 'pt-PT', OID_EXECUTION_YEAR = (select OID from EXECUTION_INTERVAL where NAME = '2016/2017') where ((OID >> 32) & 0xFFFF) = (SELECT DOMAIN_CLASS_ID FROM FF$DOMAIN_CLASS_INFO WHERE DOMAIN_CLASS_NAME = 'pt.ist.registration.process.domain.RegistrationDeclarationFile');