Skip to content

chore: remove obsolete Prisma migration files#75

Merged
KinjiKawaguchi merged 1 commit intodevelopfrom
chore/remove-prisma-artifacts
Feb 1, 2026
Merged

chore: remove obsolete Prisma migration files#75
KinjiKawaguchi merged 1 commit intodevelopfrom
chore/remove-prisma-artifacts

Conversation

@KinjiKawaguchi
Copy link
Copy Markdown
Member

Summary

  • Prisma → Drizzle ORM 移行時の削除漏れを修正
  • prisma/migrations/ ディレクトリを削除

Background

#62 で Prisma から Drizzle ORM に移行済み。
マイグレーションファイルのみ残っていたため削除。

Verification

  • package.jsonfiles["dist"] のみで正しい(src/drizzle/ は不要)
  • 履歴はGitに残っているため、必要時に参照可能

🤖 Generated with Claude Code

Prisma was replaced with Drizzle ORM in #62.
These migration files are no longer needed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings February 1, 2026 10:05
@KinjiKawaguchi KinjiKawaguchi merged commit 1ad8a53 into develop Feb 1, 2026
7 checks passed
@KinjiKawaguchi KinjiKawaguchi deleted the chore/remove-prisma-artifacts branch February 1, 2026 10:05
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR completes the cleanup of Prisma-related files after the migration to Drizzle ORM (PR #62). The PR removes all Prisma migration files that were left behind during the initial migration.

Changes:

  • Removed prisma/migrations/ directory including migration lock file and all migration SQL files
  • Eliminates obsolete Prisma migration history now that the project uses Drizzle ORM

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
prisma/migrations/migration_lock.toml Removed Prisma migration lock file
prisma/migrations/20241108213534_add_markdown_content_exhibit/migration.sql Removed migration for adding markdown_content column to exhibits table
prisma/migrations/20241107095139_/migration.sql Removed migration for creating lightning_talks table
prisma/migrations/20241107053440_init/migration.sql Removed initial migration creating all base tables

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@KinjiKawaguchi KinjiKawaguchi mentioned this pull request Feb 1, 2026
KinjiKawaguchi added a commit that referenced this pull request Mar 23, 2026
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
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.

2 participants