Change8

Migrating to Drizzle ORM drizzle-kit@0.30.3

Version drizzle-kit@0.30.3 introduces 1 breaking change. This guide details how to update your code.

Released: 1/27/2025

1
Breaking Changes
1
Migration Steps
2
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

drizzle-kit pushdrizzle-kit generate

Breaking Changes

Issue #1

SingleStore schema changes that were previously unsupported by DDL statements will now trigger a table recreation. This involves creating a new table and transferring data, which may impact performance on large datasets.

Migration Steps

  1. 1
    Ensure database backups are performed before running 'drizzle-kit push' on SingleStore, as table recreations may now occur for previously unsupported schema changes.

Release Summary

This release improves SingleStore support by implementing table recreation for unsupported DDL statements and fixes a bug related to index naming conflicts.

Need More Details?

View the full release notes and all changes for Drizzle ORM drizzle-kit@0.30.3.

View Full Changelog