feat(repo,model,project): rename UUID field and row to just ID
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
type Project struct {
|
||||
UUID uuid.UUID // Must be unique, represented as base64 string in URLs
|
||||
ID uuid.UUID // Must be unique, represented as base64 string in URLs
|
||||
Title string // Must not be empty
|
||||
DateCreated time.Time
|
||||
DateUpdated time.Time
|
||||
|
||||
Reference in New Issue
Block a user