drizzle-kit 0.17.0-5763371 → 0.17.0-c3c9ff0
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/index.js +0 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -17553,7 +17553,6 @@ var init_upFolders = __esm({
|
|
|
17553
17553
|
date.setUTCHours(Number(it.substring(8, 10)));
|
|
17554
17554
|
date.setUTCMinutes(Number(it.substring(10, 12)));
|
|
17555
17555
|
date.setUTCSeconds(Number(it.substring(12, 14)));
|
|
17556
|
-
date.setUTCMilliseconds(0);
|
|
17557
17556
|
const path2 = (0, import_path.join)(out, it);
|
|
17558
17557
|
const pathJson = (0, import_path.join)(out, it, "snapshot.json");
|
|
17559
17558
|
const pathSQL = (0, import_path.join)(out, it, "migration.sql");
|