[PR #172] [MERGED] Migrations: alway apply migrations on start-up #943

Closed
opened 2026-02-04 21:39:46 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/172
Author: @ilvar
Created: 10/23/2021
Status: Merged
Merged: 4/20/2022
Merged by: @meltyshev

Base: masterHead: always-apply-migrations


📝 Commits (1)

  • 05dbafd Migrations: alway apply migrations on start-up

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 server/db/init.js (+1 -1)

📄 Description

Migrations should never be updated or deleted, all changes to the schema should happen through knex migrate:make so whenever a user runs newer version - their DB schema gets updated automatically.


🔄 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/plankanban/planka/pull/172 **Author:** [@ilvar](https://github.com/ilvar) **Created:** 10/23/2021 **Status:** ✅ Merged **Merged:** 4/20/2022 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `always-apply-migrations` --- ### 📝 Commits (1) - [`05dbafd`](https://github.com/plankanban/planka/commit/05dbafd1d128f94f28e62b68aef846b2dfe0c105) Migrations: alway apply migrations on start-up ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/db/init.js` (+1 -1) </details> ### 📄 Description Migrations should never be updated or deleted, all changes to the schema should happen through `knex migrate:make` so whenever a user runs newer version - their DB schema gets updated automatically. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:39:46 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#943