Function svc_storage::postgres::init::drop_db
source · pub async fn drop_db() -> Result<(), ArrErr>
Expand description
If we want to recreate the database tables created by this module, we will want to drop the existing tables first. This function makes sure the tables will be dropped in the correct order