We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e73de commit 300fca6Copy full SHA for 300fca6
changelogs/drizzle-orm/0.23.11.md
@@ -0,0 +1,3 @@
1
+- 🐛 Fix migrator function for PostgreSQL
2
+
3
+> Would suggest to upgrade to this version anyone who is using postgres dialect. `0.23.9` and `0.23.10` are broken for postgresql migrations
drizzle-orm/package.json
@@ -1,6 +1,6 @@
{
"name": "drizzle-orm",
- "version": "0.23.10",
+ "version": "0.23.11",
4
"description": "Drizzle ORM package for SQL databases",
5
"scripts": {
6
"build": "tsc && resolve-tspaths && cp ../README.md package.json dist/",
0 commit comments