drizzle-kit 0.9.45 → 0.9.46
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 +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -164152,7 +164152,8 @@ function applyJsonDiff(json1, json2) {
|
|
|
164152
164152
|
};
|
|
164153
164153
|
}
|
|
164154
164154
|
var findAlternationsInTable = (table) => {
|
|
164155
|
-
|
|
164155
|
+
var _a;
|
|
164156
|
+
const columns = (_a = table.columns) != null ? _a : {};
|
|
164156
164157
|
const added = Object.keys(columns).filter((it) => it.includes("__added")).map((it) => {
|
|
164157
164158
|
return __spreadValues({}, columns[it]);
|
|
164158
164159
|
});
|