[PR #870] [MERGED] Remove duplicate migration and default-db.sqlite files #3379

Closed
opened 2026-02-28 20:40:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/870
Author: @j-f1
Created: 4/7/2023
Status: Merged
Merged: 4/9/2023
Merged by: @j-f1

Base: masterHead: jed/rm-dupe-files


📝 Commits (8)

📊 Changes

42 files changed (+24 additions, -836 deletions)

View changed files

📝 packages/api/.gitignore (+2 -0)
packages/api/default-db.sqlite (+0 -0)
packages/api/migrations/.force-copy-windows (+0 -0)
packages/api/migrations/1548957970627_remove-db-version.sql (+0 -5)
packages/api/migrations/1550601598648_payees.sql (+0 -23)
packages/api/migrations/1555786194328_remove_category_group_unique.sql (+0 -25)
packages/api/migrations/1561751833510_indexes.sql (+0 -7)
packages/api/migrations/1567699552727_budget.sql (+0 -38)
packages/api/migrations/1582384163573_cleared.sql (+0 -6)
packages/api/migrations/1597756566448_rules.sql (+0 -10)
packages/api/migrations/1608652596043_parent_field.sql (+0 -13)
packages/api/migrations/1608652596044_trans_views.sql (+0 -56)
packages/api/migrations/1612625548236_optimize.sql (+0 -7)
packages/api/migrations/1614782639336_trans_views2.sql (+0 -33)
packages/api/migrations/1615745967948_meta.sql (+0 -10)
packages/api/migrations/1616167010796_accounts_order.sql (+0 -5)
packages/api/migrations/1618975177358_schedules.sql (+0 -28)
packages/api/migrations/1632571489012_remove_cache.js (+0 -135)
📝 packages/desktop-client/.gitignore (+2 -0)
packages/desktop-client/public/data-file-index.txt (+0 -18)

...and 22 more files

📄 Description

These files will be automatically recreated by yarn build:api, yarn build:browser, and yarn start:browser, so we don’t need them in the repo.


🔄 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/actualbudget/actual/pull/870 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 4/7/2023 **Status:** ✅ Merged **Merged:** 4/9/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/rm-dupe-files` --- ### 📝 Commits (8) - [`f83b837`](https://github.com/actualbudget/actual/commit/f83b8378039c5fbf7d0516b7859cb1e2cfab0bb7) Remove duplicate migrations + default-db.sqlite - [`128cdbd`](https://github.com/actualbudget/actual/commit/128cdbde06ad7fe634c2f895ef1c01f570aa6676) Ignore data-file-index.txt too - [`bfb6722`](https://github.com/actualbudget/actual/commit/bfb6722a27f4805982459b3306bbd4795a17f7b4) Copy the migrations/default DB when building the API - [`77004af`](https://github.com/actualbudget/actual/commit/77004afd636a0aebbf2e3cf6140ba8732ff03002) Release note - [`f0342fd`](https://github.com/actualbudget/actual/commit/f0342fd5a1e554c8b3a45a8a7bf58f808bc1fd19) Fix copying migrations to desktop-client - [`f5020db`](https://github.com/actualbudget/actual/commit/f5020db297d8fbdcb8039edeb7b05acc5ea6ec38) / - [`d265b96`](https://github.com/actualbudget/actual/commit/d265b966c1e5eac218ae57dfcb05bd1d3e634e55) Try this? - [`a3b5182`](https://github.com/actualbudget/actual/commit/a3b5182fa7f43799821c34a535440ab34cde8023) mkdir DATA_DIR ### 📊 Changes **42 files changed** (+24 additions, -836 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/.gitignore` (+2 -0) ➖ `packages/api/default-db.sqlite` (+0 -0) ➖ `packages/api/migrations/.force-copy-windows` (+0 -0) ➖ `packages/api/migrations/1548957970627_remove-db-version.sql` (+0 -5) ➖ `packages/api/migrations/1550601598648_payees.sql` (+0 -23) ➖ `packages/api/migrations/1555786194328_remove_category_group_unique.sql` (+0 -25) ➖ `packages/api/migrations/1561751833510_indexes.sql` (+0 -7) ➖ `packages/api/migrations/1567699552727_budget.sql` (+0 -38) ➖ `packages/api/migrations/1582384163573_cleared.sql` (+0 -6) ➖ `packages/api/migrations/1597756566448_rules.sql` (+0 -10) ➖ `packages/api/migrations/1608652596043_parent_field.sql` (+0 -13) ➖ `packages/api/migrations/1608652596044_trans_views.sql` (+0 -56) ➖ `packages/api/migrations/1612625548236_optimize.sql` (+0 -7) ➖ `packages/api/migrations/1614782639336_trans_views2.sql` (+0 -33) ➖ `packages/api/migrations/1615745967948_meta.sql` (+0 -10) ➖ `packages/api/migrations/1616167010796_accounts_order.sql` (+0 -5) ➖ `packages/api/migrations/1618975177358_schedules.sql` (+0 -28) ➖ `packages/api/migrations/1632571489012_remove_cache.js` (+0 -135) 📝 `packages/desktop-client/.gitignore` (+2 -0) ➖ `packages/desktop-client/public/data-file-index.txt` (+0 -18) _...and 22 more files_ </details> ### 📄 Description These files will be automatically recreated by `yarn build:api`, `yarn build:browser`, and `yarn start:browser`, so we don’t need them in the repo. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:40:47 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3379