mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-22 02:37:23 +02:00
2 lines
89 B
SQL
2 lines
89 B
SQL
-- CreateIndex
|
|
CREATE INDEX "comments_user_id_idx" ON "comments" USING HASH ("user_id");
|