Globally renamed Snowflake to ID

This commit is contained in:
2022-08-27 14:05:59 +02:00
parent 03d845b00d
commit 590906d555
6 changed files with 11 additions and 11 deletions

View File

@ -10,6 +10,6 @@ var UrlTable = table.New(table.Metadata{
})
type UrlModel struct {
Id string
ID string
RedirectUrl string
}