---
title: "No more down migrations"
url: https://daily.dev/posts/no-more-down-migrations-dj2tgadoa
source_url: https://freek.dev/2927-no-more-down-migrations
type: article
source: "FREEK.DEV"
published: 2025-09-19T10:06:46.214Z
updated: 2025-09-19T10:07:02.781Z
tags: ["database", "php"]
reading_time: 1
upvotes: 20
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# No more down migrations

**[FREEK.DEV](https://daily.dev/sources/freek)** · 1 min read · 20 upvotes · 0 comments

## Summary

Tempest framework has refactored its database migration system, eliminating the need for down migrations. This change simplifies the migration workflow by removing the complexity of rollback functionality, focusing on forward-only database schema changes.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://freek.dev/2927-no-more-down-migrations>

---

Tags: [#database](https://daily.dev/tags/database), [#php](https://daily.dev/tags/php)

[View this post on daily.dev](https://daily.dev/posts/no-more-down-migrations-dj2tgadoa)
