Skip to content

Commit

Permalink
chore: drop food.eaten_at
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevries3133 committed Aug 25, 2024
1 parent bc59162 commit 31c54f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions migrations/29_drop_food_eaten_at.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
insert into food_eaten_event (food_id, user_id, eaten_at)
select id, user_id, eaten_at
from food;

alter table food drop column eaten_at;

0 comments on commit 31c54f2

Please sign in to comment.