0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix: fix alteration script dependency (#6488)

fix: alteration script dependency
This commit is contained in:
Darcy Ye 2024-08-21 17:41:41 +08:00 committed by GitHub
parent a999c51919
commit f04678e7bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,9 @@
import { generateStandardId } from '@logto/shared/universal';
import { sql } from '@silverhand/slonik';
import type { AlterationScript } from '../lib/types/alteration.js';
import { generateStandardId } from './utils/1716643968-id-generation.js';
type Resource = {
tenantId: string;
id: string;