Corrige ejecución de "migrations" al desinst. mód.
This commit is contained in:
parent
a09f3aba7b
commit
842dd5234b
22 changed files with 644 additions and 71 deletions
|
|
@ -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]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue