We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee3017 commit 3900ce0Copy full SHA for 3900ce0
1 file changed
src/main/resources/db/migration/V2__library.sql
@@ -205,8 +205,8 @@ WHERE return_date IS NOT NULL
205
206
207
--CREATE INDEX idx_genre ON Books(genre);
208
- CREATE INDEX idx_author ON Books(author);
209
- CREATE INDEX idx_publisher ON Books(publisher);
+CREATE INDEX idx_author ON Books(author);
+CREATE INDEX idx_publisher ON Books(publisher);
210
211
--Add a unique index to the email column to prevent incorrect data entry
212
CREATE UNIQUE INDEX idx_email_unique ON Members(email);
0 commit comments