mirror of
https://github.com/logto-io/logto.git
synced 2025-03-24 22:41:28 -05:00
fix(core,schemas): move alteration types into schemas src (#2005)
This commit is contained in:
parent
2cb4091039
commit
10c1be6eb7
2 changed files with 2 additions and 2 deletions
packages
|
@ -7,7 +7,7 @@ import {
|
|||
AlterationScript,
|
||||
AlterationState,
|
||||
alterationStateGuard,
|
||||
} from '@logto/schemas/alterations/types';
|
||||
} from '@logto/schemas/lib/types/alteration';
|
||||
import { conditionalString } from '@silverhand/essentials';
|
||||
import chalk from 'chalk';
|
||||
import { DatabasePool, sql } from 'slonik';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { DatabaseTransactionConnection } from 'slonik';
|
||||
import type { DatabaseTransactionConnection } from 'slonik';
|
||||
import { z } from 'zod';
|
||||
|
||||
export const alterationStateGuard = z.object({
|
Loading…
Add table
Reference in a new issue