prisma-flow 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +53 -0
  3. package/dist/index.d.ts +1 -0
  4. package/dist/index.js +3737 -0
  5. package/package.json +69 -0
  6. package/public/404/index.html +1 -0
  7. package/public/404.html +1 -0
  8. package/public/__next.__PAGE__.txt +9 -0
  9. package/public/__next._full.txt +19 -0
  10. package/public/__next._head.txt +6 -0
  11. package/public/__next._index.txt +6 -0
  12. package/public/__next._tree.txt +2 -0
  13. package/public/_next/static/chunks/031d4hdncmqdj.js +1 -0
  14. package/public/_next/static/chunks/03q3r_bvmqrr8.js +2 -0
  15. package/public/_next/static/chunks/05-c3ty_6dwfk.js +1 -0
  16. package/public/_next/static/chunks/0_8y92xg60ach.js +31 -0
  17. package/public/_next/static/chunks/0cz1d0mv5g_q7.js +1 -0
  18. package/public/_next/static/chunks/0drl6u3r7627z.js +1 -0
  19. package/public/_next/static/chunks/0m7w4t_yx6o6a.js +1 -0
  20. package/public/_next/static/chunks/0ov8yxc8yngji.js +1 -0
  21. package/public/_next/static/chunks/0p4y8c2fq43wu.js +1 -0
  22. package/public/_next/static/chunks/0s76k7hq9-wfk.css +1 -0
  23. package/public/_next/static/chunks/0zv5uyi-a4e2y.js +1 -0
  24. package/public/_next/static/chunks/1kk4shlfeass1.js +1 -0
  25. package/public/_next/static/chunks/2nykiepra7i1k.js +1 -0
  26. package/public/_next/static/chunks/2o1jw19xgqkzz.js +5 -0
  27. package/public/_next/static/chunks/2ohti557qol0g.js +1 -0
  28. package/public/_next/static/chunks/3cdvjzy78ylzj.js +1 -0
  29. package/public/_next/static/chunks/3w1qpcrpp5s4-.js +2 -0
  30. package/public/_next/static/chunks/3xrarg7xfb7_g.js +1 -0
  31. package/public/_next/static/chunks/turbopack-0r_p3gsi1hu9t.js +1 -0
  32. package/public/_next/static/media/favicon.2vob68tjqpejf.ico +0 -0
  33. package/public/_next/static/ySSMgkts9h6_mRnScxk9f/_buildManifest.js +11 -0
  34. package/public/_next/static/ySSMgkts9h6_mRnScxk9f/_clientMiddlewareManifest.js +1 -0
  35. package/public/_next/static/ySSMgkts9h6_mRnScxk9f/_ssgManifest.js +1 -0
  36. package/public/_not-found/__next._full.txt +17 -0
  37. package/public/_not-found/__next._head.txt +6 -0
  38. package/public/_not-found/__next._index.txt +6 -0
  39. package/public/_not-found/__next._not-found/__PAGE__.txt +5 -0
  40. package/public/_not-found/__next._not-found.txt +5 -0
  41. package/public/_not-found/__next._tree.txt +2 -0
  42. package/public/_not-found/index.html +1 -0
  43. package/public/_not-found/index.txt +17 -0
  44. package/public/drift/__next._full.txt +21 -0
  45. package/public/drift/__next._head.txt +6 -0
  46. package/public/drift/__next._index.txt +6 -0
  47. package/public/drift/__next._tree.txt +2 -0
  48. package/public/drift/__next.drift/__PAGE__.txt +9 -0
  49. package/public/drift/__next.drift.txt +5 -0
  50. package/public/drift/index.html +1 -0
  51. package/public/drift/index.txt +21 -0
  52. package/public/favicon.ico +0 -0
  53. package/public/index.html +1 -0
  54. package/public/index.txt +19 -0
  55. package/public/migrations/__next._full.txt +21 -0
  56. package/public/migrations/__next._head.txt +6 -0
  57. package/public/migrations/__next._index.txt +6 -0
  58. package/public/migrations/__next._tree.txt +2 -0
  59. package/public/migrations/__next.migrations/__PAGE__.txt +9 -0
  60. package/public/migrations/__next.migrations.txt +5 -0
  61. package/public/migrations/index.html +1 -0
  62. package/public/migrations/index.txt +21 -0
  63. package/public/risks/__next._full.txt +21 -0
  64. package/public/risks/__next._head.txt +6 -0
  65. package/public/risks/__next._index.txt +6 -0
  66. package/public/risks/__next._tree.txt +2 -0
  67. package/public/risks/__next.risks/__PAGE__.txt +9 -0
  68. package/public/risks/__next.risks.txt +5 -0
  69. package/public/risks/index.html +1 -0
  70. package/public/risks/index.txt +21 -0
  71. package/public/schema/__next._full.txt +21 -0
  72. package/public/schema/__next._head.txt +6 -0
  73. package/public/schema/__next._index.txt +6 -0
  74. package/public/schema/__next._tree.txt +2 -0
  75. package/public/schema/__next.schema/__PAGE__.txt +9 -0
  76. package/public/schema/__next.schema.txt +5 -0
  77. package/public/schema/index.html +1 -0
  78. package/public/schema/index.txt +21 -0
  79. package/public/simulate/__next._full.txt +21 -0
  80. package/public/simulate/__next._head.txt +6 -0
  81. package/public/simulate/__next._index.txt +6 -0
  82. package/public/simulate/__next._tree.txt +2 -0
  83. package/public/simulate/__next.simulate/__PAGE__.txt +9 -0
  84. package/public/simulate/__next.simulate.txt +5 -0
  85. package/public/simulate/index.html +1 -0
  86. package/public/simulate/index.txt +21 -0
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/0s76k7hq9-wfk.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0_8y92xg60ach.js"/><script src="/_next/static/chunks/2o1jw19xgqkzz.js" async=""></script><script src="/_next/static/chunks/2nykiepra7i1k.js" async=""></script><script src="/_next/static/chunks/turbopack-0r_p3gsi1hu9t.js" async=""></script><script src="/_next/static/chunks/0ov8yxc8yngji.js" async=""></script><script src="/_next/static/chunks/031d4hdncmqdj.js" async=""></script><script src="/_next/static/chunks/2ohti557qol0g.js" async=""></script><script src="/_next/static/chunks/0drl6u3r7627z.js" async=""></script><script src="/_next/static/chunks/0m7w4t_yx6o6a.js" async=""></script><meta name="theme-color" content="#0f172a"/><title>PrismaFlow - Migration Dashboard</title><meta name="description" content="Visual Prisma migration management. Monitor, detect drift, and ship database changes safely."/><meta name="keywords" content="prisma,migrations,database,schema drift,devtools"/><link rel="icon" href="/favicon.ico?favicon.2vob68tjqpejf.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body class="antialiased bg-background text-foreground"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen overflow-hidden"><aside class="flex h-screen w-56 flex-col border-r bg-sidebar shrink-0"><div class="flex h-14 items-center gap-2 border-b px-4"><span class="text-lg font-bold tracking-tight text-foreground">Prisma<span class="text-primary">Flow</span></span></div><nav class="flex-1 overflow-y-auto py-4 px-2 space-y-0.5"><a class="flex items-center gap-2.5 rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-muted hover:text-foreground" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard h-4 w-4 shrink-0" aria-hidden="true"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg>Overview</a><a class="flex items-center gap-2.5 rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-muted hover:text-foreground" href="/migrations/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-database h-4 w-4 shrink-0" aria-hidden="true"><ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M3 5V19A9 3 0 0 0 21 19V5"></path><path d="M3 12A9 3 0 0 0 21 12"></path></svg>Migrations</a><a class="flex items-center gap-2.5 rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-muted hover:text-foreground" href="/drift/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-activity h-4 w-4 shrink-0" aria-hidden="true"><path d="M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2"></path></svg>Drift</a><a class="flex items-center gap-2.5 rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-muted hover:text-foreground" href="/risks/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-alert h-4 w-4 shrink-0" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="M12 8v4"></path><path d="M12 16h.01"></path></svg>Risks</a><a class="flex items-center gap-2.5 rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-muted hover:text-foreground" href="/simulate/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-flask-conical h-4 w-4 shrink-0" aria-hidden="true"><path d="M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2"></path><path d="M6.453 15h11.094"></path><path d="M8.5 2h7"></path></svg>Simulate</a><a class="flex items-center gap-2.5 rounded-md px-3 py-2 text-sm font-medium transition-colors bg-accent text-accent-foreground" href="/schema/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-network h-4 w-4 shrink-0" aria-hidden="true"><rect x="16" y="16" width="6" height="6" rx="1"></rect><rect x="2" y="16" width="6" height="6" rx="1"></rect><rect x="9" y="2" width="6" height="6" rx="1"></rect><path d="M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3"></path><path d="M12 12V8"></path></svg>Schema</a></nav><div class="border-t px-4 py-3"><p class="text-xs text-muted-foreground">PrismaFlow v<!-- -->0.1.0</p></div></aside><main class="flex-1 overflow-y-auto"><div class="p-6"><div class="mb-6"><h1 class="flex items-center gap-2 text-2xl font-bold"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-network h-6 w-6" aria-hidden="true"><rect x="16" y="16" width="6" height="6" rx="1"></rect><rect x="2" y="16" width="6" height="6" rx="1"></rect><rect x="9" y="2" width="6" height="6" rx="1"></rect><path d="M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3"></path><path d="M12 12V8"></path></svg> Schema Explorer</h1><p class="mt-1 text-sm text-muted-foreground">Visualize Prisma models, fields, relations, enums, indexes, and constraints.</p></div><div class="grid gap-4 lg:grid-cols-2"><div class="h-64 animate-pulse rounded-xl bg-muted"></div><div class="h-64 animate-pulse rounded-xl bg-muted"></div><div class="h-64 animate-pulse rounded-xl bg-muted"></div><div class="h-64 animate-pulse rounded-xl bg-muted"></div></div></div><!--$--><!--/$--></main></div><script src="/_next/static/chunks/0_8y92xg60ach.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[24375,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"Sidebar\"]\n3:I[39756,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"default\"]\n5:I[47257,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"ClientPageRoot\"]\n6:I[66543,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\",\"/_next/static/chunks/0drl6u3r7627z.js\",\"/_next/static/chunks/0m7w4t_yx6o6a.js\"],\"default\"]\n9:I[97367,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nd:I[97367,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"ViewportBoundary\"]\nf:I[97367,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"MetadataBoundary\"]\n11:I[68027,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0s76k7hq9-wfk.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"schema\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"schema\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0s76k7hq9-wfk.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0ov8yxc8yngji.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/031d4hdncmqdj.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/2ohti557qol0g.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"antialiased bg-background text-foreground\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex h-screen overflow-hidden\",\"children\":[[\"$\",\"$L2\",null,{}],[\"$\",\"main\",null,{\"className\":\"flex-1 overflow-y-auto\",\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0drl6u3r7627z.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0m7w4t_yx6o6a.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,null]},null,false,\"$@c\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L10\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0s76k7hq9-wfk.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"ySSMgkts9h6_mRnScxk9f\"}\n"])</script><script>self.__next_f.push([1,"12:[]\nc:\"$W12\"\n7:{}\n8:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0f172a\"}]]\n"])</script><script>self.__next_f.push([1,"13:I[27201,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"IconMark\"]\nb:null\n10:[[\"$\",\"title\",\"0\",{\"children\":\"PrismaFlow - Migration Dashboard\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Visual Prisma migration management. Monitor, detect drift, and ship database changes safely.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"keywords\",\"content\":\"prisma,migrations,database,schema drift,devtools\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.2vob68tjqpejf.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$L13\",\"4\",{}]]\n"])</script></body></html>
@@ -0,0 +1,21 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[24375,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"Sidebar"]
3
+ 3:I[39756,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"default"]
4
+ 4:I[37457,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"default"]
5
+ 5:I[47257,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"ClientPageRoot"]
6
+ 6:I[66543,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js","/_next/static/chunks/0drl6u3r7627z.js","/_next/static/chunks/0m7w4t_yx6o6a.js"],"default"]
7
+ 9:I[97367,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"OutletBoundary"]
8
+ a:"$Sreact.suspense"
9
+ d:I[97367,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"ViewportBoundary"]
10
+ f:I[97367,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"MetadataBoundary"]
11
+ 11:I[68027,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"default",1]
12
+ :HL["/_next/static/chunks/0s76k7hq9-wfk.css","style"]
13
+ 0:{"P":null,"c":["","schema",""],"q":"","i":false,"f":[[["",{"children":["schema",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0s76k7hq9-wfk.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0ov8yxc8yngji.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/031d4hdncmqdj.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/2ohti557qol0g.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"antialiased bg-background text-foreground","children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L2",null,{}],["$","main",null,{"className":"flex-1 overflow-y-auto","children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0drl6u3r7627z.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0m7w4t_yx6o6a.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$@c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],null]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0s76k7hq9-wfk.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"ySSMgkts9h6_mRnScxk9f"}
14
+ 12:[]
15
+ c:"$W12"
16
+ 7:{}
17
+ 8:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
18
+ e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0f172a"}]]
19
+ 13:I[27201,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"IconMark"]
20
+ b:null
21
+ 10:[["$","title","0",{"children":"PrismaFlow - Migration Dashboard"}],["$","meta","1",{"name":"description","content":"Visual Prisma migration management. Monitor, detect drift, and ship database changes safely."}],["$","meta","2",{"name":"keywords","content":"prisma,migrations,database,schema drift,devtools"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.2vob68tjqpejf.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L13","4",{}]]
@@ -0,0 +1,21 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[24375,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"Sidebar"]
3
+ 3:I[39756,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"default"]
4
+ 4:I[37457,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"default"]
5
+ 5:I[47257,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"ClientPageRoot"]
6
+ 6:I[71217,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js","/_next/static/chunks/1kk4shlfeass1.js","/_next/static/chunks/0m7w4t_yx6o6a.js"],"default"]
7
+ 9:I[97367,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"OutletBoundary"]
8
+ a:"$Sreact.suspense"
9
+ d:I[97367,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"ViewportBoundary"]
10
+ f:I[97367,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"MetadataBoundary"]
11
+ 11:I[68027,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"default",1]
12
+ :HL["/_next/static/chunks/0s76k7hq9-wfk.css","style"]
13
+ 0:{"P":null,"c":["","simulate",""],"q":"","i":false,"f":[[["",{"children":["simulate",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0s76k7hq9-wfk.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0ov8yxc8yngji.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/031d4hdncmqdj.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/2ohti557qol0g.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"antialiased bg-background text-foreground","children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L2",null,{}],["$","main",null,{"className":"flex-1 overflow-y-auto","children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/1kk4shlfeass1.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0m7w4t_yx6o6a.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$@c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],null]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0s76k7hq9-wfk.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"ySSMgkts9h6_mRnScxk9f"}
14
+ 12:[]
15
+ c:"$W12"
16
+ 7:{}
17
+ 8:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
18
+ e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0f172a"}]]
19
+ 13:I[27201,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"IconMark"]
20
+ b:null
21
+ 10:[["$","title","0",{"children":"PrismaFlow - Migration Dashboard"}],["$","meta","1",{"name":"description","content":"Visual Prisma migration management. Monitor, detect drift, and ship database changes safely."}],["$","meta","2",{"name":"keywords","content":"prisma,migrations,database,schema drift,devtools"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.2vob68tjqpejf.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L13","4",{}]]
@@ -0,0 +1,6 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[97367,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"ViewportBoundary"]
3
+ 3:I[97367,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"MetadataBoundary"]
4
+ 4:"$Sreact.suspense"
5
+ 5:I[27201,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"IconMark"]
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0f172a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"PrismaFlow - Migration Dashboard"}],["$","meta","1",{"name":"description","content":"Visual Prisma migration management. Monitor, detect drift, and ship database changes safely."}],["$","meta","2",{"name":"keywords","content":"prisma,migrations,database,schema drift,devtools"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.2vob68tjqpejf.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","4",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"ySSMgkts9h6_mRnScxk9f"}
@@ -0,0 +1,6 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[24375,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"Sidebar"]
3
+ 3:I[39756,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"default"]
4
+ 4:I[37457,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"default"]
5
+ :HL["/_next/static/chunks/0s76k7hq9-wfk.css","style"]
6
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0s76k7hq9-wfk.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0ov8yxc8yngji.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/031d4hdncmqdj.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/2ohti557qol0g.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"antialiased bg-background text-foreground","children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L2",null,{}],["$","main",null,{"className":"flex-1 overflow-y-auto","children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"ySSMgkts9h6_mRnScxk9f"}
@@ -0,0 +1,2 @@
1
+ :HL["/_next/static/chunks/0s76k7hq9-wfk.css","style"]
2
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"simulate","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"ySSMgkts9h6_mRnScxk9f"}
@@ -0,0 +1,9 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[47257,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"ClientPageRoot"]
3
+ 3:I[71217,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js","/_next/static/chunks/1kk4shlfeass1.js","/_next/static/chunks/0m7w4t_yx6o6a.js"],"default"]
4
+ 6:I[97367,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"OutletBoundary"]
5
+ 7:"$Sreact.suspense"
6
+ 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/1kk4shlfeass1.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0m7w4t_yx6o6a.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"ySSMgkts9h6_mRnScxk9f"}
7
+ 4:{}
8
+ 5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
+ 8:null
@@ -0,0 +1,5 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[39756,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"default"]
3
+ 3:I[37457,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"default"]
4
+ 4:[]
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"ySSMgkts9h6_mRnScxk9f"}
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/0s76k7hq9-wfk.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0_8y92xg60ach.js"/><script src="/_next/static/chunks/2o1jw19xgqkzz.js" async=""></script><script src="/_next/static/chunks/2nykiepra7i1k.js" async=""></script><script src="/_next/static/chunks/turbopack-0r_p3gsi1hu9t.js" async=""></script><script src="/_next/static/chunks/0ov8yxc8yngji.js" async=""></script><script src="/_next/static/chunks/031d4hdncmqdj.js" async=""></script><script src="/_next/static/chunks/2ohti557qol0g.js" async=""></script><script src="/_next/static/chunks/1kk4shlfeass1.js" async=""></script><script src="/_next/static/chunks/0m7w4t_yx6o6a.js" async=""></script><meta name="theme-color" content="#0f172a"/><title>PrismaFlow - Migration Dashboard</title><meta name="description" content="Visual Prisma migration management. Monitor, detect drift, and ship database changes safely."/><meta name="keywords" content="prisma,migrations,database,schema drift,devtools"/><link rel="icon" href="/favicon.ico?favicon.2vob68tjqpejf.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body class="antialiased bg-background text-foreground"><div hidden=""><!--$--><!--/$--></div><div class="flex h-screen overflow-hidden"><aside class="flex h-screen w-56 flex-col border-r bg-sidebar shrink-0"><div class="flex h-14 items-center gap-2 border-b px-4"><span class="text-lg font-bold tracking-tight text-foreground">Prisma<span class="text-primary">Flow</span></span></div><nav class="flex-1 overflow-y-auto py-4 px-2 space-y-0.5"><a class="flex items-center gap-2.5 rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-muted hover:text-foreground" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard h-4 w-4 shrink-0" aria-hidden="true"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg>Overview</a><a class="flex items-center gap-2.5 rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-muted hover:text-foreground" href="/migrations/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-database h-4 w-4 shrink-0" aria-hidden="true"><ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M3 5V19A9 3 0 0 0 21 19V5"></path><path d="M3 12A9 3 0 0 0 21 12"></path></svg>Migrations</a><a class="flex items-center gap-2.5 rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-muted hover:text-foreground" href="/drift/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-activity h-4 w-4 shrink-0" aria-hidden="true"><path d="M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2"></path></svg>Drift</a><a class="flex items-center gap-2.5 rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-muted hover:text-foreground" href="/risks/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-alert h-4 w-4 shrink-0" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="M12 8v4"></path><path d="M12 16h.01"></path></svg>Risks</a><a class="flex items-center gap-2.5 rounded-md px-3 py-2 text-sm font-medium transition-colors bg-accent text-accent-foreground" href="/simulate/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-flask-conical h-4 w-4 shrink-0" aria-hidden="true"><path d="M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2"></path><path d="M6.453 15h11.094"></path><path d="M8.5 2h7"></path></svg>Simulate</a><a class="flex items-center gap-2.5 rounded-md px-3 py-2 text-sm font-medium transition-colors text-muted-foreground hover:bg-muted hover:text-foreground" href="/schema/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-network h-4 w-4 shrink-0" aria-hidden="true"><rect x="16" y="16" width="6" height="6" rx="1"></rect><rect x="2" y="16" width="6" height="6" rx="1"></rect><rect x="9" y="2" width="6" height="6" rx="1"></rect><path d="M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3"></path><path d="M12 12V8"></path></svg>Schema</a></nav><div class="border-t px-4 py-3"><p class="text-xs text-muted-foreground">PrismaFlow v<!-- -->0.1.0</p></div></aside><main class="flex-1 overflow-y-auto"><div class="p-6 max-w-4xl"><h1 class="text-2xl font-bold flex items-center gap-2 mb-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-flask-conical h-6 w-6" aria-hidden="true"><path d="M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2"></path><path d="M6.453 15h11.094"></path><path d="M8.5 2h7"></path></svg> Simulate Migration</h1><p class="text-sm text-muted-foreground mb-6">Dry-run a migration to see which statements would execute.</p><div class="mb-6"><label for="migration-select" class="block text-sm font-medium mb-1.5">Select migration</label><select id="migration-select" class="w-full rounded-md border bg-background px-3 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-ring"><option value="" selected="">— choose a migration —</option></select></div></div><!--$--><!--/$--></main></div><script src="/_next/static/chunks/0_8y92xg60ach.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[24375,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"Sidebar\"]\n3:I[39756,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"default\"]\n5:I[47257,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"ClientPageRoot\"]\n6:I[71217,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\",\"/_next/static/chunks/1kk4shlfeass1.js\",\"/_next/static/chunks/0m7w4t_yx6o6a.js\"],\"default\"]\n9:I[97367,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nd:I[97367,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"ViewportBoundary\"]\nf:I[97367,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"MetadataBoundary\"]\n11:I[68027,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0s76k7hq9-wfk.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"simulate\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"simulate\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0s76k7hq9-wfk.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0ov8yxc8yngji.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/031d4hdncmqdj.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/2ohti557qol0g.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"antialiased bg-background text-foreground\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex h-screen overflow-hidden\",\"children\":[[\"$\",\"$L2\",null,{}],[\"$\",\"main\",null,{\"className\":\"flex-1 overflow-y-auto\",\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/1kk4shlfeass1.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0m7w4t_yx6o6a.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,null]},null,false,\"$@c\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L10\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0s76k7hq9-wfk.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"ySSMgkts9h6_mRnScxk9f\"}\n"])</script><script>self.__next_f.push([1,"12:[]\nc:\"$W12\"\n7:{}\n8:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0f172a\"}]]\n"])</script><script>self.__next_f.push([1,"13:I[27201,[\"/_next/static/chunks/0ov8yxc8yngji.js\",\"/_next/static/chunks/031d4hdncmqdj.js\",\"/_next/static/chunks/2ohti557qol0g.js\"],\"IconMark\"]\nb:null\n10:[[\"$\",\"title\",\"0\",{\"children\":\"PrismaFlow - Migration Dashboard\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Visual Prisma migration management. Monitor, detect drift, and ship database changes safely.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"keywords\",\"content\":\"prisma,migrations,database,schema drift,devtools\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.2vob68tjqpejf.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$L13\",\"4\",{}]]\n"])</script></body></html>
@@ -0,0 +1,21 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[24375,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"Sidebar"]
3
+ 3:I[39756,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"default"]
4
+ 4:I[37457,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"default"]
5
+ 5:I[47257,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"ClientPageRoot"]
6
+ 6:I[71217,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js","/_next/static/chunks/1kk4shlfeass1.js","/_next/static/chunks/0m7w4t_yx6o6a.js"],"default"]
7
+ 9:I[97367,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"OutletBoundary"]
8
+ a:"$Sreact.suspense"
9
+ d:I[97367,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"ViewportBoundary"]
10
+ f:I[97367,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"MetadataBoundary"]
11
+ 11:I[68027,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"default",1]
12
+ :HL["/_next/static/chunks/0s76k7hq9-wfk.css","style"]
13
+ 0:{"P":null,"c":["","simulate",""],"q":"","i":false,"f":[[["",{"children":["simulate",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0s76k7hq9-wfk.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0ov8yxc8yngji.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/031d4hdncmqdj.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/2ohti557qol0g.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"antialiased bg-background text-foreground","children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L2",null,{}],["$","main",null,{"className":"flex-1 overflow-y-auto","children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/1kk4shlfeass1.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0m7w4t_yx6o6a.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$@c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],null]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0s76k7hq9-wfk.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"ySSMgkts9h6_mRnScxk9f"}
14
+ 12:[]
15
+ c:"$W12"
16
+ 7:{}
17
+ 8:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
18
+ e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#0f172a"}]]
19
+ 13:I[27201,["/_next/static/chunks/0ov8yxc8yngji.js","/_next/static/chunks/031d4hdncmqdj.js","/_next/static/chunks/2ohti557qol0g.js"],"IconMark"]
20
+ b:null
21
+ 10:[["$","title","0",{"children":"PrismaFlow - Migration Dashboard"}],["$","meta","1",{"name":"description","content":"Visual Prisma migration management. Monitor, detect drift, and ship database changes safely."}],["$","meta","2",{"name":"keywords","content":"prisma,migrations,database,schema drift,devtools"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.2vob68tjqpejf.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L13","4",{}]]