has_columns is only used for postgres

This commit is contained in:
Ryan Leckey 2020-01-11 01:00:24 -08:00
parent 1350bfb822
commit 42d0a9bc3d

View file

@ -26,6 +26,7 @@ where
}
}
#[allow(unused)]
pub fn has_columns(&self, id: Id) -> bool {
self.columns.contains_key(&id)
}