Skip to content

feat: make drop type idempotent in migration#2458

Merged
Kitenite merged 1 commit into
mainfrom
feat/fix-migration
Jul 16, 2025
Merged

feat: make drop type idempotent in migration#2458
Kitenite merged 1 commit into
mainfrom
feat/fix-migration

Conversation

@Kitenite

@Kitenite Kitenite commented Jul 16, 2025

Copy link
Copy Markdown
Contributor

Description

Related Issues

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Release
  • Refactor
  • Other (please describe):

Testing

Screenshots (if applicable)

Additional Notes


Important

Make DROP TYPE operation idempotent in 0014_military_marrow.sql migration by adding IF EXISTS.

  • Migration Update:
    • In 0014_military_marrow.sql, changed DROP TYPE "public"."verification_request_status" to DROP TYPE IF EXISTS "public"."verification_request_status" to make the operation idempotent.

This description was created by Ellipsis for ee62915. You can customize this summary. It will automatically update as commits are pushed.

@vercel

vercel Bot commented Jul 16, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jul 16, 2025 5:03am
web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 16, 2025 5:03am

@supabase

supabase Bot commented Jul 16, 2025

Copy link
Copy Markdown

Updates to Preview Branch (feat/fix-migration) ↗︎

Deployments Status Updated
Database 🔄 Wed, 16 Jul 2025 04:55:11 GMT
Services 🔄 Wed, 16 Jul 2025 04:55:11 GMT
APIs 🔄 Wed, 16 Jul 2025 04:55:11 GMT

Tasks are run on every commit but only new migration files are pushed.
Close and reopen this PR if you want to apply changes from existing seed or migration files.

Tasks Status Updated
Configurations 🔄 Wed, 16 Jul 2025 04:55:11 GMT
Migrations 🔄 Wed, 16 Jul 2025 04:55:11 GMT
Seeding 🔄 Wed, 16 Jul 2025 04:55:11 GMT
Edge Functions 🔄 Wed, 16 Jul 2025 04:55:11 GMT

Preview Branch Database Settings ↗︎.
Learn more about Supabase Branching ↗︎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant