Skip to content

Commit 3900ce0

Browse files
committed
commit file
1 parent bee3017 commit 3900ce0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/db/migration/V2__library.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ WHERE return_date IS NOT NULL
205205

206206

207207
--CREATE INDEX idx_genre ON Books(genre);
208-
CREATE INDEX idx_author ON Books(author);
209-
CREATE INDEX idx_publisher ON Books(publisher);
208+
CREATE INDEX idx_author ON Books(author);
209+
CREATE INDEX idx_publisher ON Books(publisher);
210210

211211
--Add a unique index to the email column to prevent incorrect data entry
212212
CREATE UNIQUE INDEX idx_email_unique ON Members(email);

0 commit comments

Comments
 (0)