Skip to content

Commit 025309b

Browse files
committed
Update release notes
1 parent e9336e6 commit 025309b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelogs/drizzle-kit/1.0.0-beta.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ export const table = sqliteTable("table", {
7575
ALTER TABLE `table` ADD `column2` integer REFERENCES table(column1);
7676
```
7777

78-
There is no way to fix this in the old snapshot. It leads to persistent diffs during `push` with old Drizzle-Kit.
78+
There is no way to fix this in the old snapshot. It led to table recreation during subsequent `push` operations (in the pre-v1.0 drizzle-kit version)
7979

8080
New `drizzle-kit` will recreate table after push command with the correct SQL. When using `generate` command, no diffs will appear, but the actual database state may differ

changelogs/drizzle-orm/1.0.0-beta.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ export const table = sqliteTable("table", {
7575
ALTER TABLE `table` ADD `column2` integer REFERENCES table(column1);
7676
```
7777

78-
There is no way to fix this in the old snapshot. It leads to persistent diffs during `push` with old Drizzle-Kit.
78+
There is no way to fix this in the old snapshot. It led to table recreation during subsequent `push` operations (in the pre-v1.0 drizzle-kit version)
7979

8080
New `drizzle-kit` will recreate table after push command with the correct SQL. When using `generate` command, no diffs will appear, but the actual database state may differ

0 commit comments

Comments
 (0)