[PR #2704] [MERGED] chore: remove unused sqlite table #5377

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

📋 Pull Request Information

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

Base: developHead: remove_unuse_sqlite_tables


📝 Commits (3)

  • d61d660 chore: remove unused sqlite table
  • 83b575a ci: fix tests
  • e53a7da Merge branch 'develop' into remove_unuse_sqlite_tables

📊 Changes

34 files changed (+27 additions, -403 deletions)

View changed files

📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+10 -10)
frontend/rust-lib/flowy-sqlite/migrations/2021-07-09-063045_user/down.sql (+0 -5)
frontend/rust-lib/flowy-sqlite/migrations/2021-07-09-063045_user/up.sql (+0 -53)
frontend/rust-lib/flowy-sqlite/migrations/2021-07-14-022241_user-add-col/down.sql (+0 -2)
frontend/rust-lib/flowy-sqlite/migrations/2021-07-14-022241_user-add-col/up.sql (+0 -2)
frontend/rust-lib/flowy-sqlite/migrations/2021-09-22-074638_revision/up.sql (+0 -10)
frontend/rust-lib/flowy-sqlite/migrations/2022-03-11-025536_grid/down.sql (+0 -4)
frontend/rust-lib/flowy-sqlite/migrations/2022-03-11-025536_grid/up.sql (+0 -22)
frontend/rust-lib/flowy-sqlite/migrations/2022-04-05-015536_grid-block-index/down.sql (+0 -3)
frontend/rust-lib/flowy-sqlite/migrations/2022-04-05-015536_grid-block-index/up.sql (+0 -7)
frontend/rust-lib/flowy-sqlite/migrations/2022-06-10-140131_revision-snapshot/down.sql (+0 -2)
frontend/rust-lib/flowy-sqlite/migrations/2022-06-10-140131_revision-snapshot/up.sql (+0 -7)
frontend/rust-lib/flowy-sqlite/migrations/2022-06-11-090029_view-add-col/down.sql (+0 -2)
frontend/rust-lib/flowy-sqlite/migrations/2022-06-11-090029_view-add-col/up.sql (+0 -2)
frontend/rust-lib/flowy-sqlite/migrations/2022-08-08-110959_user-add-icon/down.sql (+0 -1)
frontend/rust-lib/flowy-sqlite/migrations/2022-08-08-110959_user-add-icon/up.sql (+0 -1)
frontend/rust-lib/flowy-sqlite/migrations/2022-08-15-020544_grid-view/down.sql (+0 -2)
frontend/rust-lib/flowy-sqlite/migrations/2022-08-15-020544_grid-view/up.sql (+0 -11)
frontend/rust-lib/flowy-sqlite/migrations/2022-10-22-033122_document/down.sql (+0 -2)
frontend/rust-lib/flowy-sqlite/migrations/2022-10-22-033122_document/up.sql (+0 -9)

...and 14 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/2704 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 6/5/2023 **Status:** ✅ Merged **Merged:** 6/5/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `develop` ← **Head:** `remove_unuse_sqlite_tables` --- ### 📝 Commits (3) - [`d61d660`](https://github.com/AppFlowy-IO/AppFlowy/commit/d61d660c5699e4f8be1aa7413b408eb24d779bf5) chore: remove unused sqlite table - [`83b575a`](https://github.com/AppFlowy-IO/AppFlowy/commit/83b575aba443f1b2d42eacd3696cf5e25ddf6877) ci: fix tests - [`e53a7da`](https://github.com/AppFlowy-IO/AppFlowy/commit/e53a7dac6da61243e076485f3300b429feba7304) Merge branch 'develop' into remove_unuse_sqlite_tables ### 📊 Changes **34 files changed** (+27 additions, -403 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+10 -10) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2021-07-09-063045_user/down.sql` (+0 -5) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2021-07-09-063045_user/up.sql` (+0 -53) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2021-07-14-022241_user-add-col/down.sql` (+0 -2) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2021-07-14-022241_user-add-col/up.sql` (+0 -2) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2021-09-22-074638_revision/up.sql` (+0 -10) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2022-03-11-025536_grid/down.sql` (+0 -4) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2022-03-11-025536_grid/up.sql` (+0 -22) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2022-04-05-015536_grid-block-index/down.sql` (+0 -3) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2022-04-05-015536_grid-block-index/up.sql` (+0 -7) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2022-06-10-140131_revision-snapshot/down.sql` (+0 -2) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2022-06-10-140131_revision-snapshot/up.sql` (+0 -7) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2022-06-11-090029_view-add-col/down.sql` (+0 -2) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2022-06-11-090029_view-add-col/up.sql` (+0 -2) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2022-08-08-110959_user-add-icon/down.sql` (+0 -1) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2022-08-08-110959_user-add-icon/up.sql` (+0 -1) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2022-08-15-020544_grid-view/down.sql` (+0 -2) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2022-08-15-020544_grid-view/up.sql` (+0 -11) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2022-10-22-033122_document/down.sql` (+0 -2) ➖ `frontend/rust-lib/flowy-sqlite/migrations/2022-10-22-033122_document/up.sql` (+0 -9) _...and 14 more files_ </details> ### 📄 Description #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] 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. - [x] 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:18:28 +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#5377
No description provided.