emotion-chatbot-app / supabase /migrations /20251022030000_add_diary_index.sql
hfexample's picture
Deploy clean snapshot of the repository
e221c83
raw
history blame contribute delete
104 Bytes
CREATE INDEX IF NOT EXISTS "idx_diary_user_id_created_at" ON "public"."diary" ("user_id", "created_at");