Skip to content

@sqlrooms/sql-editor / SqlEditorSliceConfigMigration

Variable: SqlEditorSliceConfigMigration

const SqlEditorSliceConfigMigration: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodObject<{ queries: z.ZodArray<z.ZodObject<{ id: z.ZodString; name: z.ZodString; query: z.ZodString; }, z.core.$strip>>; selectedQueryId: z.ZodString; lastExecutedQuery: z.ZodOptional<z.ZodString>; openTabs: z.ZodArray<z.ZodString>; }, z.core.$strip>>

Migrates legacy config with closedTabIds to new format with openTabs.