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.
- package/index.cjs +3 -5
- 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 = {
|
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
|
-
|
61602
|
-
|
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({
|