Auto commit: 2026-03-25 13:04

This commit is contained in:
xiongxiao
2026-03-25 13:04:06 +08:00
committed by cnb
parent b39f7d6028
commit 02f17595d9
9 changed files with 77 additions and 54 deletions

View File

@@ -8,7 +8,7 @@ import { OauthUser } from '../oauth/oauth.ts';
import { db } from '../../modules/db.ts';
import { Org } from './org.ts';
import { UserSecret } from './user-secret.ts';
import { cfUser, cfOrgs, cfUserSecrets } from '../../db/drizzle/schema.ts';
import { cfUser, cfOrgs, cfUserSecrets } from '../../db/schema.ts';
import { eq, sql, InferSelectModel, InferInsertModel } from 'drizzle-orm';
// 类型定义