Skip to content

Commit

Permalink
Add missing documentLog.uuid index to the table (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutgon authored Oct 21, 2024
1 parent 9c92f04 commit 569b5ce
Show file tree
Hide file tree
Showing 9 changed files with 2,844 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import {
CommitStatus,
DocumentVersion,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import { ReactNode, useEffect, useMemo, useState } from 'react'

import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import { Dispatch, SetStateAction } from 'react'
import { capitalize } from 'lodash-es'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import { useEffect, useMemo, useState } from 'react'

import {
Expand Down
1 change: 1 addition & 0 deletions packages/core/drizzle/0076_many_robbie_robertson.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX IF NOT EXISTS "document_log_own_uuid_idx" ON "latitude"."document_logs" USING btree ("uuid");
Loading

0 comments on commit 569b5ce

Please sign in to comment.