drizzle-kit 0.20.5-fd4dd75 → 0.20.5
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.
- package/bin.cjs +1 -3
- package/package.json +1 -1
package/bin.cjs
CHANGED
|
@@ -63625,9 +63625,7 @@ var studioCommand = new import_commander.Command("studio").option("--port <port>
|
|
|
63625
63625
|
{
|
|
63626
63626
|
imports: ts.imports,
|
|
63627
63627
|
declarations: ts.decalrations,
|
|
63628
|
-
schemaEntry:
|
|
63629
|
-
|
|
63630
|
-
${relationsTs}`
|
|
63628
|
+
schemaEntry: ts.schemaEntry
|
|
63631
63629
|
},
|
|
63632
63630
|
Boolean(options.verbose)
|
|
63633
63631
|
);
|