Move all tables into a schema
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m19s

This commit is contained in:
2026-06-03 00:02:43 +02:00
parent ec4159e84c
commit 6d693db605
7 changed files with 38 additions and 36 deletions

View File

@@ -9,7 +9,7 @@ import (
"time"
)
type ClickLog struct {
type LssClickLog struct {
ClickID int64
UrlID int32
ClickedAt time.Time
@@ -18,7 +18,7 @@ type ClickLog struct {
IpAddress sql.NullString
}
type Url struct {
type LssUrl struct {
UrlID int32
LongUrl string
ShortCode string