drizzle-kit 0.17.0-8c0281d → 0.17.0-bbbcd6a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -49646,6 +49646,7 @@ var dbPushMysqlCommand = new Command("push:mysql").option(
49646
49646
  } catch (e) {
49647
49647
  console.log(e);
49648
49648
  }
49649
+ await connection.client.end();
49649
49650
  process.exit(0);
49650
49651
  });
49651
49652
  var generateSqliteCommand = new Command("generate:sqlite").option("--schema <schema...>", "Path to a schema file or folder").option("--out <out>", `Output folder, 'drizzle' by default`).option("--breakpoints", `Prepare SQL statements with breakpoints`).option(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.17.0-8c0281d",
3
+ "version": "0.17.0-bbbcd6a",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Drizzle Team",
6
6
  "license": "MIT",