Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Add deprecation warning #3

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Readme.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# PostgreSQL Migrations for Haskell

> [!WARNING]
> This fork of [postgresql-simple-migration](https://github.com/ameingast/postgresql-simple-migration) is no longer maintained.
> We switched to another fork [postgresql-migration](https://github.com/andrevdm/postgresql-migration) which is maintained and we recommend you do the same.

-----------------------------------

[![Build Status](https://api.travis-ci.org/ameingast/postgresql-simple-migration.png)](https://travis-ci.org/ameingast/postgresql-simple-migration)

Welcome to postgresql-simple-migrations, a tool for helping you with
Expand Down
Loading