File tree Expand file tree Collapse file tree 4 files changed +8
-306
lines changed
apps/framework-editor/app
packages/db/prisma/migrations/20250516125758_patch_framework_id_in_editor Expand file tree Collapse file tree 4 files changed +8
-306
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import { Toaster } from '@comp/ui/toaster' ;
22import type { Metadata } from 'next' ;
3+ import { NuqsAdapter } from 'nuqs/adapters/next/app' ;
34import { type ReactNode } from 'react' ;
45import { MenuTabs } from './components/MenuTabs' ;
5- import { NuqsAdapter } from 'nuqs/adapters/next/app' ;
6- import Toolbar from './components/Toolbar' ;
76
87import "@comp/ui/globals.css" ;
8+ import 'react-datasheet-grid/dist/style.css' ;
99import '../styles/globals.css' ;
10- import 'react-datasheet-grid/dist/style.css'
1110
1211export const metadata : Metadata = {
1312 title : 'Comp AI - Framework Editor' ,
@@ -24,7 +23,6 @@ export default function RootLayout({
2423 < body >
2524 < NuqsAdapter >
2625 < div className = "flex flex-col w-screen p-4 gap-2 h-full" >
27- < Toolbar />
2826 < MenuTabs />
2927 { children }
3028 < Toaster />
Original file line number Diff line number Diff line change 1+ -- Update all references to SOC 2 framework IDs to the new ID in framework editor tables
2+ -- Set new ID arbitrarily to frk_682734f304cbbfdb3a9d4f44
3+
4+ UPDATE " FrameworkEditorFramework"
5+ SET " id" = ' frk_682734f304cbbfdb3a9d4f44'
6+ WHERE " id" = ' soc2' ;
You can’t perform that action at this time.
0 commit comments