---
title: "list 1"
description: "Lists migration history in both local and remote databases."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/list-1
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:30:36.220Z
license: CC-BY-4.0
attribution: "list 1 — Claudary (https://claudary.paisolsolutions.com/skills/list-1)"
---

# list 1
Lists migration history in both local and remote databases.

## Overview

## supabase-migration-list

Lists migration history in both local and remote databases.

Requires your local project to be linked to a remote database by running `supabase link`. For self-hosted databases, you can pass in the connection parameters using `--db-url` flag.

> Note that URL strings must be escaped according to [RFC 3986](https://www.rfc-editor.org/rfc/rfc3986).

Local migrations are stored in `supabase/migrations` directory while remote migrations are tracked in `supabase_migrations.schema_migrations` table. Only the timestamps are compared to identify any differences.

In case of discrepancies between the local and remote migration history, you can resolve them using the `migration repair` command.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/list-1) · https://claudary.paisolsolutions.com
