4.5 Preparing for Installation

This section details the preparatory procedures that must be followed before triggering the installation.

Execute the following SQL query on the Atomic Schema:

update rev_tables_b set version=0 where version is null;
commit;