@prisma-next/target-postgres 0.16.0-dev.4 → 0.16.0-dev.6
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/dist/{control-policy-CZKdMztu.mjs → control-policy-S7XBe07W.mjs} +2 -2
- package/dist/{control-policy-CZKdMztu.mjs.map → control-policy-S7XBe07W.mjs.map} +1 -1
- package/dist/control.mjs +2 -2
- package/dist/data-transform-BOWpliq8.mjs.map +1 -1
- package/dist/{diff-database-schema-C-hnJ5mr.mjs → diff-database-schema-BRxq7l98.mjs} +2 -2
- package/dist/{diff-database-schema-C-hnJ5mr.mjs.map → diff-database-schema-BRxq7l98.mjs.map} +1 -1
- package/dist/diff-database-schema.mjs +1 -1
- package/dist/issue-planner.mjs +1 -1
- package/dist/migration.mjs +2 -2
- package/dist/{op-factory-call-DuRj7WXX.mjs → op-factory-call-Ci3H6InB.mjs} +1 -6
- package/dist/{op-factory-call-DuRj7WXX.mjs.map → op-factory-call-Ci3H6InB.mjs.map} +1 -1
- package/dist/op-factory-call-DT7kdjVP.d.mts.map +1 -1
- package/dist/op-factory-call.mjs +1 -1
- package/dist/{planner-DPGxFcXo.mjs → planner-BpL7uktH.mjs} +7 -7
- package/dist/planner-BpL7uktH.mjs.map +1 -0
- package/dist/{planner-produced-postgres-migration-C-dwGdb2.d.mts → planner-produced-postgres-migration-8QP8eMph.d.mts} +2 -2
- package/dist/planner-produced-postgres-migration-8QP8eMph.d.mts.map +1 -0
- package/dist/{planner-produced-postgres-migration-CFDpqWWE.mjs → planner-produced-postgres-migration-D8exrrxA.mjs} +8 -5
- package/dist/planner-produced-postgres-migration-D8exrrxA.mjs.map +1 -0
- package/dist/planner-produced-postgres-migration.d.mts +1 -1
- package/dist/planner-produced-postgres-migration.mjs +1 -1
- package/dist/planner.d.mts +7 -1
- package/dist/planner.d.mts.map +1 -1
- package/dist/planner.mjs +2 -2
- package/dist/{postgres-migration-C_OPFhIF.mjs → postgres-migration-Bn3fj1I4.mjs} +2 -2
- package/dist/{postgres-migration-C_OPFhIF.mjs.map → postgres-migration-Bn3fj1I4.mjs.map} +1 -1
- package/dist/{render-typescript-7yqILcwr.mjs → render-typescript-Ta7_6CGf.mjs} +20 -8
- package/dist/render-typescript-Ta7_6CGf.mjs.map +1 -0
- package/dist/render-typescript.d.mts +2 -0
- package/dist/render-typescript.d.mts.map +1 -1
- package/dist/render-typescript.mjs +1 -1
- package/package.json +20 -20
- package/src/core/migrations/op-factory-call.ts +1 -6
- package/src/core/migrations/operations/data-transform.ts +1 -1
- package/src/core/migrations/planner-produced-postgres-migration.ts +8 -1
- package/src/core/migrations/planner.ts +8 -0
- package/src/core/migrations/render-typescript.ts +20 -8
- package/dist/planner-DPGxFcXo.mjs.map +0 -1
- package/dist/planner-produced-postgres-migration-C-dwGdb2.d.mts.map +0 -1
- package/dist/planner-produced-postgres-migration-CFDpqWWE.mjs.map +0 -1
- package/dist/render-typescript-7yqILcwr.mjs.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as isPostgresSchema } from "./postgres-schema-CewLYHB7.mjs";
|
|
2
2
|
import { i as quoteIdentifier } from "./sql-utils-SU4FDvIV.mjs";
|
|
3
3
|
import { n as PostgresNativeEnumSchemaNode, o as postgresNodeEntityKind, r as PostgresSchemaNodeKind, t as PostgresTableSchemaNode } from "./postgres-table-schema-node-D6LvInCe.mjs";
|
|
4
|
-
import { A as SetDefaultCall, C as DropNativeEnumTypeCall, D as EnableRowLevelSecurityCall, E as DropTableCall, M as postgresDefaultToDdlColumnDefault, N as buildTargetDetails, O as RawSqlCall, S as DropIndexCall, _ as DisableRowLevelSecurityCall, a as AddNotNullColumnDirectCall, b as DropConstraintCall, c as AddUniqueCall, d as CreateIndexCall, f as CreateNativeEnumTypeCall, g as DataTransformCall, h as CreateTableCall, i as AddNativeEnumValueCall, j as SetNotNullCall, l as AlterColumnTypeCall, m as CreateSchemaCall, n as AddColumnCall, o as AddNotNullColumnWithTempDefaultCall, r as AddForeignKeyCall, s as AddPrimaryKeyCall, t as AddCheckConstraintCall, v as DropCheckConstraintCall, w as DropNotNullCall, x as DropDefaultCall, y as DropColumnCall } from "./op-factory-call-
|
|
4
|
+
import { A as SetDefaultCall, C as DropNativeEnumTypeCall, D as EnableRowLevelSecurityCall, E as DropTableCall, M as postgresDefaultToDdlColumnDefault, N as buildTargetDetails, O as RawSqlCall, S as DropIndexCall, _ as DisableRowLevelSecurityCall, a as AddNotNullColumnDirectCall, b as DropConstraintCall, c as AddUniqueCall, d as CreateIndexCall, f as CreateNativeEnumTypeCall, g as DataTransformCall, h as CreateTableCall, i as AddNativeEnumValueCall, j as SetNotNullCall, l as AlterColumnTypeCall, m as CreateSchemaCall, n as AddColumnCall, o as AddNotNullColumnWithTempDefaultCall, r as AddForeignKeyCall, s as AddPrimaryKeyCall, t as AddCheckConstraintCall, v as DropCheckConstraintCall, w as DropNotNullCall, x as DropDefaultCall, y as DropColumnCall } from "./op-factory-call-Ci3H6InB.mjs";
|
|
5
5
|
import { t as buildExpectedFormatType } from "./planner-sql-checks-BuB877wH.mjs";
|
|
6
6
|
import { n as buildColumnTypeSql, t as buildColumnDefaultSql } from "./planner-ddl-builders-BKlmGDJl.mjs";
|
|
7
7
|
import { n as resolveIdentityValue } from "./planner-identity-values-CJPha2Sz.mjs";
|
|
@@ -1251,4 +1251,4 @@ function resolvePostgresNodeIssueControlPolicySubject(issue, contract) {
|
|
|
1251
1251
|
//#endregion
|
|
1252
1252
|
export { resolvePostgresNodeIssueCreationFactoryName as a, issueSchemaName as c, postgresNodeStorageCoordinate as d, resolvePostgresNodeIssueControlPolicySubject as i, planIssues as l, resolveNamespaceIdForDdlSchema as n, coalesceSubtreeIssues as o, resolvePostgresCallControlPolicySubject as r, issueNode as s, renderPostgresSuppression as t, postgresPlannerStrategies as u };
|
|
1253
1253
|
|
|
1254
|
-
//# sourceMappingURL=control-policy-
|
|
1254
|
+
//# sourceMappingURL=control-policy-S7XBe07W.mjs.map
|