This commit is contained in:
ymnuk 2023-11-12 14:34:18 +03:00
parent 451d4c48ad
commit 6ee4a60c8a
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@ func Documentation() {
AppConfig.IsMarkdown = true
}
// Генерация общей схемы БД
/*fullDocDBGen()
fullDocDBGen()
// Генерация схем для каждой таблицы
for _, table := range Project.DB.Tables {
docDBGen(&table)
}*/
}
// Генерация информации о ролях
docRoles()
var err error