drizzle-kit 0.20.0-c92553e → 0.20.0-ca89eb7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.cjs +3 -5
  2. package/package.json +1 -1
package/index.cjs CHANGED
@@ -58255,7 +58255,7 @@ var init_studioUtils = __esm({
58255
58255
  };
58256
58256
  prepareSQLiteSchema = async (path4) => {
58257
58257
  const imports = prepareFilenames(path4);
58258
- const sqliteSchema2 = { public: {} };
58258
+ const sqliteSchema2 = {};
58259
58259
  const relations4 = {};
58260
58260
  const { unregister } = await safeRegister();
58261
58261
  for (let i = 0; i < imports.length; i++) {
@@ -61598,10 +61598,8 @@ var studioCommand = new import_commander.Command("studio").option("--port <port>
61598
61598
  )
61599
61599
  );
61600
61600
  if (driver === "d1") {
61601
- console.log(
61602
- withStyle.fullWarning(
61603
- "It seems like you are trying to access your D1 Database. Please make sure to run 'wrangler login' before using Drizzle Studio to ensure it has your token for making requests to the D1 Database. If you encounter an error related to CLOUDFLARE_TOKEN, please run 'wrangler login' and restart the studio"
61604
- )
61601
+ withStyle.fullWarning(
61602
+ "It seems like you are trying to access your D1 Database. Please make sure to run 'wrangler login' before using Drizzle Studio to ensure it has your token for making requests to the D1 Database. If you encounter an error related to CLOUDFLARE_TOKEN, please run 'wrangler login' and restart the studio"
61605
61603
  );
61606
61604
  }
61607
61605
  server.start({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-kit",
3
- "version": "0.20.0-c92553e",
3
+ "version": "0.20.0-ca89eb7",
4
4
  "repository": "https://github.com/drizzle-team/drizzle-kit-mirror",
5
5
  "author": "Drizzle Team",
6
6
  "license": "MIT",