mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-27 04:01:44 +02:00
refactor(core): Use @/databases/ instead of @db/ (no-changelog) (#10573)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import type { MigrationContext, ReversibleMigration } from '@db/types';
|
||||
import type { MigrationContext, ReversibleMigration } from '@/databases/types';
|
||||
|
||||
export class CreateWorkflowsEditorRole1663755770893 implements ReversibleMigration {
|
||||
async up({ queryRunner, tablePrefix }: MigrationContext) {
|
||||
|
||||
Reference in New Issue
Block a user