Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
duyhungtnn committed Jul 12, 2023
1 parent 10ad99a commit c259101
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Bucketeer/Sources/Internal/Model/Evaluation.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import Foundation

// note: after update `Evaluation`, we should check if we need add an migration code.
// See `EvaluationEntity.swift`
// For example See `Mirgation2to3.swift`
struct Evaluation: Hashable, Codable {
let id: String
let featureId: String
Expand Down
3 changes: 3 additions & 0 deletions Bucketeer/Sources/Internal/Model/Event.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import Foundation

// note: after update `Event`, we should check if we need add an migration code.
// See `EventEntity.swift`
// For example See `Mirgation2to3.swift`
struct Event: Codable, Hashable {
let id: String
let event: EventData
Expand Down

0 comments on commit c259101

Please sign in to comment.