2.2.0#247
Merged
fastapiadmin merged 3 commits intomasterfrom Dec 3, 2025
Merged
Conversation
added 3 commits
December 3, 2025 01:38
更新.env.dev文件中的数据库配置,从mysql切换为postgres 重构constant.py中的数据库相关常量,统一使用双引号并优化类型映射 调整基础实体字段,增加uuid和状态等通用字段
- 移除未使用的类型导入并优化模板文件结构 - 调整数据库配置从postgres改为mysql - 为jinja2模板添加uuid生成工具 - 优化ts接口类型定义和vue表单处理逻辑 - 重构菜单SQL模板结构并添加目录类型支持
重构示例模块为代码生成模块,包括新增模型、服务、控制器等核心组件 更新数据库配置从MySQL切换为PostgreSQL并调整相关参数 优化代码生成模板逻辑,移除无用字段和功能 添加PostgreSQL菜单SQL生成测试用例 更新前端API路径和菜单配置 移除旧的示例模块相关代码
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.