From 9fdc327aa2d8c1cdf24f4cc2a73daca16aba2f0a Mon Sep 17 00:00:00 2001 From: young970 Date: Tue, 27 Feb 2024 22:46:13 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]:=20spaces=5Fimages=20=ED=85=8C=EC=9D=B4?= =?UTF-8?q?=EB=B8=94=20=EC=9D=B8=EB=8D=B1=EC=8A=A4=20=EC=B6=94=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db/migration/V5__add_index_to_space_images_table.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/main/resources/db/migration/V5__add_index_to_space_images_table.sql diff --git a/src/main/resources/db/migration/V5__add_index_to_space_images_table.sql b/src/main/resources/db/migration/V5__add_index_to_space_images_table.sql new file mode 100644 index 00000000..f3e82e13 --- /dev/null +++ b/src/main/resources/db/migration/V5__add_index_to_space_images_table.sql @@ -0,0 +1 @@ +CREATE INDEX idx_space_images_space_id ON space_images(space_id); \ No newline at end of file