Skip to content

Commit

Permalink
added the columns for streaks and groupid
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnatp committed Oct 21, 2024
1 parent a451d22 commit 2b6d596
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/20241021145617_streak.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE Member ADD COLUMN streak INT;
ALTER TABLE Member ADD COLUMN group_id INT;
1 change: 1 addition & 0 deletions migrations/20241021151900_streak.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE Member ADD COLUMN max_streak INT;

0 comments on commit 2b6d596

Please sign in to comment.