@prisma-next/target-postgres 0.16.0-dev.20 → 0.16.0-dev.22
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/README.md +1 -1
- package/dist/{control-policy-vqI4KbAN.mjs → control-policy-BrcqeM82.mjs} +3 -3
- package/dist/{control-policy-vqI4KbAN.mjs.map → control-policy-BrcqeM82.mjs.map} +1 -1
- package/dist/control.mjs +4 -4
- package/dist/control.mjs.map +1 -1
- package/dist/{diff-database-schema-iiZgpBJ4.mjs → diff-database-schema-CK0FM2Z-.mjs} +2 -2
- package/dist/{diff-database-schema-iiZgpBJ4.mjs.map → diff-database-schema-CK0FM2Z-.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-DMb7FTR6.mjs → op-factory-call-PBYfcv8h.mjs} +2 -2
- package/dist/{op-factory-call-DMb7FTR6.mjs.map → op-factory-call-PBYfcv8h.mjs.map} +1 -1
- package/dist/op-factory-call.mjs +1 -1
- package/dist/{planner-eM-kNm0O.mjs → planner-CiXCo6BT.mjs} +5 -5
- package/dist/{planner-eM-kNm0O.mjs.map → planner-CiXCo6BT.mjs.map} +1 -1
- package/dist/{planner-ddl-builders-CI1CpBfG.mjs → planner-ddl-builders-AIpFmG1i.mjs} +2 -2
- package/dist/{planner-ddl-builders-CI1CpBfG.mjs.map → planner-ddl-builders-AIpFmG1i.mjs.map} +1 -1
- package/dist/planner-ddl-builders.mjs +1 -1
- package/dist/{planner-produced-postgres-migration-Db57IpMZ.mjs → planner-produced-postgres-migration-PIgjJYrY.mjs} +2 -2
- package/dist/{planner-produced-postgres-migration-Db57IpMZ.mjs.map → planner-produced-postgres-migration-PIgjJYrY.mjs.map} +1 -1
- package/dist/planner-produced-postgres-migration.mjs +1 -1
- package/dist/planner.mjs +2 -2
- package/dist/{postgres-migration-CB767OIG.mjs → postgres-migration-BkIplcRz.mjs} +2 -2
- package/dist/{postgres-migration-CB767OIG.mjs.map → postgres-migration-BkIplcRz.mjs.map} +1 -1
- package/package.json +20 -20
- package/src/core/migrations/planner-ddl-builders.ts +1 -1
- package/src/core/psl-infer/infer-psl-contract.ts +1 -1
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ import { defineContract } from '@prisma-next/sql-contract-ts/contract-builder';
|
|
|
107
107
|
export const contract = defineContract({
|
|
108
108
|
family: sqlFamily,
|
|
109
109
|
target: postgresPack,
|
|
110
|
-
|
|
110
|
+
extensions: { pgvector },
|
|
111
111
|
});
|
|
112
112
|
```
|
|
113
113
|
|
|
@@ -1,9 +1,9 @@
|
|
|
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-PBYfcv8h.mjs";
|
|
5
5
|
import { t as buildExpectedFormatType } from "./planner-sql-checks-BuB877wH.mjs";
|
|
6
|
-
import { n as buildColumnTypeSql, t as buildColumnDefaultSql } from "./planner-ddl-builders-
|
|
6
|
+
import { n as buildColumnTypeSql, t as buildColumnDefaultSql } from "./planner-ddl-builders-AIpFmG1i.mjs";
|
|
7
7
|
import { n as resolveIdentityValue } from "./planner-identity-values-CJPha2Sz.mjs";
|
|
8
8
|
import { i as hasUniqueConstraint, n as hasForeignKey, t as buildSchemaLookupMap } from "./planner-schema-lookup-CiVaAQP-.mjs";
|
|
9
9
|
import { UNBOUND_NAMESPACE_ID, entityAt } from "@prisma-next/framework-components/ir";
|
|
@@ -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-BrcqeM82.mjs.map
|