mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 14:25:50 +03:00
[PR #725] [MERGED] feat: db schema index update #722
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#722
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/725
Author: @dreamhunter2333
Created: 9/15/2025
Status: ✅ Merged
Merged: 9/15/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (2)
5aa5ef8feat: db schema index update697a250feat: upgrade dependencies📊 Changes
10 files changed (+1605 additions, -1580 deletions)
View changed files
📝
db/schema.sql(+7 -0)📝
frontend/package.json(+5 -5)📝
frontend/pnpm-lock.yaml(+599 -601)📝
pages/package.json(+1 -1)📝
vitepress-docs/package.json(+2 -2)📝
vitepress-docs/pnpm-lock.yaml(+198 -198)📝
worker/package.json(+7 -7)📝
worker/pnpm-lock.yaml(+771 -764)📝
worker/src/admin_api/db_api.ts(+14 -1)📝
worker/src/constants.ts(+1 -1)📄 Description
PR Type
Enhancement, Other
Description
Added new database indexes to improve query performance.
Updated database schema version from
v0.0.1tov0.0.2.Enhanced database migration logic to handle query formatting.
Synchronized schema changes across SQL and TypeScript files.
Changes walkthrough 📝
db_api.ts
Add indexes and improve migration logicworker/src/admin_api/db_api.ts
created_atandupdated_atcolumns.schema.sql
Add indexes and synchronize schemadb/schema.sql
created_atandupdated_atcolumns.constants.ts
Update database version constantworker/src/constants.ts
DB_VERSIONconstant fromv0.0.1tov0.0.2.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.