const SELECT_MAX_VERSION_SQL: &str = "SELECT MAX(version)\nFROM refinery_schema_history;\n";
select_max_version.sql