mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[PR #172] [MERGED] Migrations: alway apply migrations on start-up #943
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:always-apply-migrations📝 Commits (1)
05dbafdMigrations: 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:makeso 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.