as from the documentation
The database can be reloaded by using the IMPORT DATABASE command again, or manually by running schema.sql followed by load.sql to re-load the data.
But if a custom type was declared inside the DDL (schema.sql) the command will throw error since we cannot change types once created.