[PR #1307] [MERGED] Fix migration check script #3659

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

📋 Pull Request Information

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

Base: masterHead: jed/fix-migration-check


📝 Commits (10+)

📊 Changes

3 files changed (+43 additions, -45 deletions)

View changed files

📝 .github/actions/check-migrations.js (+36 -45)
📝 .github/workflows/check.yml (+1 -0)
upcoming-release-notes/1307.md (+6 -0)

📄 Description

Now, it checks that all newly added migrations are dated after the newest migration on master.


🔄 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/1307 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 7/7/2023 **Status:** ✅ Merged **Merged:** 7/7/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/fix-migration-check` --- ### 📝 Commits (10+) - [`ca0e811`](https://github.com/actualbudget/actual/commit/ca0e811b5303522c798f8c7e08aebe7294136a7c) Fix migration check script - [`321c87d`](https://github.com/actualbudget/actual/commit/321c87df9b86cd49c42cb09f9111af8d4b693f64) Create 1685375401932_example_bad_migration.sql - [`67bd2e3`](https://github.com/actualbudget/actual/commit/67bd2e3ab1eae60eda22b2e56be9ddf0b81c1d8a) ??? - [`20c2543`](https://github.com/actualbudget/actual/commit/20c2543af8f9433b3ce48eec2f651e00d7ba2f10) / - [`328ff71`](https://github.com/actualbudget/actual/commit/328ff716747e318694f61c4ac5ac5f261e52ae1f) more debugging - [`8732875`](https://github.com/actualbudget/actual/commit/8732875c997ab1a7c1f270a2dff047fe87a38db8) Only run migration check on PRs - [`3e6d186`](https://github.com/actualbudget/actual/commit/3e6d186a45e3b18679e4a7d35413c9a0766aa20e) Fetch master - [`e9eb3cc`](https://github.com/actualbudget/actual/commit/e9eb3cc2284525a9a7e77ea7135eb532e00c7c1e) regex - [`a71255c`](https://github.com/actualbudget/actual/commit/a71255ce98603f114e673bf66c96df85d079e16c) origin/master - [`41ab530`](https://github.com/actualbudget/actual/commit/41ab530857d12dd606c8aa84109dee26293f2594) Remove verbose debugging information ### 📊 Changes **3 files changed** (+43 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/check-migrations.js` (+36 -45) 📝 `.github/workflows/check.yml` (+1 -0) ➕ `upcoming-release-notes/1307.md` (+6 -0) </details> ### 📄 Description Now, it checks that all newly added migrations are dated after the newest migration on `master`. --- <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:44:52 -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#3659