Skip to content

Commit

Permalink
Drop not null fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fagorym committed May 19, 2024
1 parent f777962 commit 03de3a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/main/resources/db/migration/V14_drop_rating_constaint.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TABLE establishments
ALTER COLUMN rating
DROP NOT NULL;
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
image="image"
category="restaurant"
owner_id="10"
cuisine_country="chinese"
cuisine_country="CHINESE"
/>

<working_hours
Expand Down

0 comments on commit 03de3a4

Please sign in to comment.