pub async fn create_tables( tr: &mut Transaction<'_, Postgres>, ) -> Result<(), Error>
Creates the tables for the telemetry database.