Skip to content

Commit

Permalink
Merge pull request #49 from UMC-HKT-Team-R/feat/35
Browse files Browse the repository at this point in the history
delete calendar file, calendarCount file
  • Loading branch information
seoyeon0103 authored Jan 12, 2025
2 parents 3f52bbe + dee8f25 commit 4633fb7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 79 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ public void updateToken(String accessToken, String refreshToken) {
@OneToMany(mappedBy = "member", cascade = CascadeType.ALL)
private List<Calendar> memberCalenderList = new ArrayList<>();

@OneToMany(mappedBy = "member", cascade = CascadeType.ALL)
private List<CategoryCount> membercategoryCountList = new ArrayList<>();

@OneToMany(mappedBy = "member", cascade = CascadeType.ALL)
private List<Post> posts = new ArrayList<>();

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.example.Midnight.Snacker.repository;

import com.example.Midnight.Snacker.domain.Category;
import com.example.Midnight.Snacker.domain.Member;
import org.springframework.data.jpa.repository.JpaRepository;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.example.Midnight.Snacker.service.calenderCountService;

import com.example.Midnight.Snacker.domain.Calendar;
import com.example.Midnight.Snacker.domain.Category;
import com.example.Midnight.Snacker.domain.Member;
import com.example.Midnight.Snacker.domain.enums.CategoryE;
import com.example.Midnight.Snacker.repository.CalendarRepository;
Expand Down

0 comments on commit 4633fb7

Please sign in to comment.