Corrige ejecución de "migrations" al desinst. mód.

This commit is contained in:
Manuel Cillero 2022-07-31 18:48:08 +02:00
parent a09f3aba7b
commit 842dd5234b
22 changed files with 644 additions and 71 deletions

View file

@ -5,7 +5,7 @@ mod mdbook;
struct PageTopWebSite;
impl AppTrait for PageTopWebSite {
fn enable_modules(&self) -> Vec<&'static dyn ModuleTrait> {
fn enable_modules(&self) -> Vec<ModuleStaticRef> {
vec![&mdbook::MdBook]
}
}