You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
기존엔 sqlite를 사용했어서 DB field에 list type이 없었는데요
그러다보니까 field 중 반복되는 요일을 저장하는 값들이 0123456 (Mon, Tue, ...) 이런 식으로 string으로 저장됩니다.
근데 이제 psql로 DB를 옮겨서 int list 형태로 저장할 수 있다보니 기존 string -> int list 변환 과정들을 전부 지우고 애초에 int list로 저장하게끔 하면 될 것 같습니다.