mirror of
https://github.com/certd/certd.git
synced 2026-07-13 17:07:32 +08:00
refactor(backend): 统一使用buildUserProjectQuery处理用户和项目查询条件
This commit is contained in:
@@ -80,7 +80,7 @@ const development = {
|
||||
type: "better-sqlite3",
|
||||
database: "./data/db.sqlite",
|
||||
synchronize: false, // 如果第一次使用,不存在表,有同步的需求可以写 true
|
||||
logging: false,
|
||||
logging: true,
|
||||
highlightSql: false,
|
||||
|
||||
// 配置实体模型 或者 entities: '/entity',
|
||||
|
||||
Reference in New Issue
Block a user