Skip to content

Commit

Permalink
Deleting semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Sep 24, 2024
1 parent 62fefee commit cc5fc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/db/migration/V1__vetlog_master.sql
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ CREATE TABLE `pet` (
`adopter_id` bigint(20) DEFAULT NULL,
`breed_id` bigint(20) DEFAULT NULL,
`user_id` bigint(20) DEFAULT NULL,
`pet_id` bigint DEFAULT NULL;
`pet_id` bigint DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `FKj3j9664ee510hnt2pkd7on7dl` (`adopter_id`),
KEY `FKiqbjbaml7gtwulqptktmsi5dc` (`breed_id`),
Expand Down

0 comments on commit cc5fc09

Please sign in to comment.