[PR #4087] [MERGED] chore: fix migrate empty document #6051

Closed
opened 2026-03-23 22:21:30 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4087
Author: @appflowy
Created: 12/5/2023
Status: Merged
Merged: 12/5/2023
Merged by: @appflowy

Base: mainHead: fix_empty_doc_migration


📝 Commits (2)

  • 48cb4cc chore: fix migrate empty document
  • 196ef5c chore: update collab rev

📊 Changes

5 files changed (+81 additions, -69 deletions)

View changed files

📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+9 -9)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+8 -8)
📝 frontend/rust-lib/Cargo.lock (+9 -9)
📝 frontend/rust-lib/Cargo.toml (+8 -8)
📝 frontend/rust-lib/flowy-user/src/migrations/document_empty_content.rs (+47 -35)

📄 Description

No need to do migration if the document can open

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/4087 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 12/5/2023 **Status:** ✅ Merged **Merged:** 12/5/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix_empty_doc_migration` --- ### 📝 Commits (2) - [`48cb4cc`](https://github.com/AppFlowy-IO/AppFlowy/commit/48cb4cc4c00d59504d4d81c9c85c57b170e34c11) chore: fix migrate empty document - [`196ef5c`](https://github.com/AppFlowy-IO/AppFlowy/commit/196ef5cd6af4d7f15e63315bcadc39d529df1106) chore: update collab rev ### 📊 Changes **5 files changed** (+81 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+9 -9) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+8 -8) 📝 `frontend/rust-lib/Cargo.lock` (+9 -9) 📝 `frontend/rust-lib/Cargo.toml` (+8 -8) 📝 `frontend/rust-lib/flowy-user/src/migrations/document_empty_content.rs` (+47 -35) </details> ### 📄 Description No need to do migration if the document can open #### PR Checklist - [ ] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:21:30 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#6051
No description provided.