[PR #3102] [MERGED] Get started doc migration #5565

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3102
Author: @appflowy
Created: 8/2/2023
Status: Merged
Merged: 8/3/2023
Merged by: @appflowy

Base: mainHead: get_started_doc_migration


📝 Commits (4)

  • b552fb1 feat: migrate empty document
  • 8d8d447 chore: update collab rev
  • bfb4837 chore: Merge branch 'main' into get_started_doc_migration
  • e4898b7 chore: fmt

📊 Changes

31 files changed (+546 additions, -170 deletions)

View changed files

📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+12 -10)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+7 -6)
📝 frontend/rust-lib/.gitignore (+2 -1)
📝 frontend/rust-lib/Cargo.lock (+127 -10)
📝 frontend/rust-lib/Cargo.toml (+7 -6)
📝 frontend/rust-lib/flowy-document2/src/document_data.rs (+0 -54)
📝 frontend/rust-lib/flowy-document2/src/manager.rs (+2 -1)
📝 frontend/rust-lib/flowy-document2/tests/document/document_insert_test.rs (+1 -2)
📝 frontend/rust-lib/flowy-document2/tests/document/document_redo_undo_test.rs (+1 -2)
📝 frontend/rust-lib/flowy-document2/tests/document/document_test.rs (+1 -2)
📝 frontend/rust-lib/flowy-document2/tests/document/util.rs (+1 -1)
📝 frontend/rust-lib/flowy-sqlite/Cargo.toml (+1 -1)
frontend/rust-lib/flowy-sqlite/migrations/2023-08-02-083250_user_migration/down.sql (+2 -0)
frontend/rust-lib/flowy-sqlite/migrations/2023-08-02-083250_user_migration/up.sql (+6 -0)
📝 frontend/rust-lib/flowy-sqlite/src/schema.rs (+14 -1)
📝 frontend/rust-lib/flowy-test/Cargo.toml (+1 -0)
📝 frontend/rust-lib/flowy-test/src/lib.rs (+26 -9)
frontend/rust-lib/flowy-test/tests/user/migration_test/document_test.rs (+23 -0)
frontend/rust-lib/flowy-test/tests/user/migration_test/history_user_db/historical_empty_document.zip (+0 -0)
frontend/rust-lib/flowy-test/tests/user/migration_test/mod.rs (+2 -0)

...and 11 more files

📄 Description

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • 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/3102 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 8/2/2023 **Status:** ✅ Merged **Merged:** 8/3/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `get_started_doc_migration` --- ### 📝 Commits (4) - [`b552fb1`](https://github.com/AppFlowy-IO/AppFlowy/commit/b552fb119adea9db00a795ed0bd38096931d28e0) feat: migrate empty document - [`8d8d447`](https://github.com/AppFlowy-IO/AppFlowy/commit/8d8d447f8cac69575d68ff0e00204dab9246ee55) chore: update collab rev - [`bfb4837`](https://github.com/AppFlowy-IO/AppFlowy/commit/bfb4837ad1f379211cebe5bf99d5a34564871ad8) chore: Merge branch 'main' into get_started_doc_migration - [`e4898b7`](https://github.com/AppFlowy-IO/AppFlowy/commit/e4898b7276fe54e5f39f3d372d889fa2a01b0596) chore: fmt ### 📊 Changes **31 files changed** (+546 additions, -170 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+12 -10) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+7 -6) 📝 `frontend/rust-lib/.gitignore` (+2 -1) 📝 `frontend/rust-lib/Cargo.lock` (+127 -10) 📝 `frontend/rust-lib/Cargo.toml` (+7 -6) 📝 `frontend/rust-lib/flowy-document2/src/document_data.rs` (+0 -54) 📝 `frontend/rust-lib/flowy-document2/src/manager.rs` (+2 -1) 📝 `frontend/rust-lib/flowy-document2/tests/document/document_insert_test.rs` (+1 -2) 📝 `frontend/rust-lib/flowy-document2/tests/document/document_redo_undo_test.rs` (+1 -2) 📝 `frontend/rust-lib/flowy-document2/tests/document/document_test.rs` (+1 -2) 📝 `frontend/rust-lib/flowy-document2/tests/document/util.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-sqlite/Cargo.toml` (+1 -1) ➕ `frontend/rust-lib/flowy-sqlite/migrations/2023-08-02-083250_user_migration/down.sql` (+2 -0) ➕ `frontend/rust-lib/flowy-sqlite/migrations/2023-08-02-083250_user_migration/up.sql` (+6 -0) 📝 `frontend/rust-lib/flowy-sqlite/src/schema.rs` (+14 -1) 📝 `frontend/rust-lib/flowy-test/Cargo.toml` (+1 -0) 📝 `frontend/rust-lib/flowy-test/src/lib.rs` (+26 -9) ➕ `frontend/rust-lib/flowy-test/tests/user/migration_test/document_test.rs` (+23 -0) ➕ `frontend/rust-lib/flowy-test/tests/user/migration_test/history_user_db/historical_empty_document.zip` (+0 -0) ➕ `frontend/rust-lib/flowy-test/tests/user/migration_test/mod.rs` (+2 -0) _...and 11 more files_ </details> ### 📄 Description #### PR Checklist - [ ] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [ ] 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:19:18 +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#5565
No description provided.