Skip to content

Commit

Permalink
Testing removal of uuid from vet_specialties
Browse files Browse the repository at this point in the history
  • Loading branch information
mosbat committed Sep 26, 2024
1 parent 8864aa5 commit b725d7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/db/h2/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ ALTER TABLE vet_specialties ADD CONSTRAINT fk_vet_specialties_specialties FOREIG

CREATE TABLE types (
id INTEGER GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY,
uuid UUID DEFAULT RANDOM_UUID() NOT NULL UNIQUE, -- Added UUID
name VARCHAR(80)
);
CREATE INDEX types_name ON types (name);
Expand Down

0 comments on commit b725d7c

Please sign in to comment.