-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scale team, events users daily record 추가 #389
Comments
type DailyDefaultRecord = {
id: number;
type: DailyActivityRecordType;
at: Date;
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
logtime 과는 다르게,
데이터를 한번 측정하면 수정할 필요가 없으므로 time series collection 에서 삽입/수정/삭제가 특별히 어렵지 않을 것으로 보입니다.
The text was updated successfully, but these errors were encountered: