Skip to content

Commit e529a54

Browse files
committed
fix(ci): refresh extension migration hashes and emitter lint
Re-attest pgvector, postgis, and paradedb baseline migrationHash values after canonical JSON hashing drift from main. Remove stale Contract imports in sql-contract-emitter hook tests that fail lint --error-on-warnings. Signed-off-by: Will Madden <madden@prisma.io>
1 parent 5913d07 commit e529a54

7 files changed

Lines changed: 4 additions & 7 deletions

File tree

packages/2-sql/3-tooling/emitter/test/emitter-hook.generation.advanced.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { Contract } from '@prisma-next/contract/types';
21
import { generateContractDts } from '@prisma-next/emitter';
32
import type {
43
ControlAdapterDescriptor,

packages/2-sql/3-tooling/emitter/test/emitter-hook.generation.basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Contract, ExecutionHashBase } from '@prisma-next/contract/types';
1+
import type { ExecutionHashBase } from '@prisma-next/contract/types';
22
import { generateContractDts } from '@prisma-next/emitter';
33
import type {
44
ControlAdapterDescriptor,

packages/2-sql/3-tooling/emitter/test/emitter-hook.parameterized-types.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { Contract } from '@prisma-next/contract/types';
21
import { generateContractDts } from '@prisma-next/emitter';
32
import { describe, expect, it } from 'vitest';
43
import { sqlEmission } from '../src/index';

packages/2-sql/3-tooling/emitter/test/emitter-hook.typeref-resolver.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { Contract } from '@prisma-next/contract/types';
21
import { generateContractDts } from '@prisma-next/emitter';
32
import type { CodecLookup } from '@prisma-next/framework-components/codec';
43
import { describe, expect, it } from 'vitest';

packages/3-extensions/paradedb/migrations/20260601T0000_install_pg_search_extension/migration.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/3-extensions/pgvector/migrations/20260601T0000_install_vector_extension/migration.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/3-extensions/postgis/migrations/20260601T0000_install_postgis_extension/migration.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)