chore: enhance test data generation with user identification

This commit is contained in:
ty
2025-03-16 15:34:50 +08:00
parent e8e2349a97
commit 6ddd5bdf4e
4 changed files with 43 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
"d1_databases": [
{
"binding": "DB",
"database_name": "${DATABASE_NAME}",
"database_name": "moemail",
"database_id": "${DATABASE_ID}",
"migrations_dir": "drizzle"
}