mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 13:47:05 +02:00
Better naming, distingiush between "service" and "backend"
This commit is contained in:
parent
6e330daf06
commit
8b227cb514
5 changed files with 20 additions and 20 deletions
|
@ -27,8 +27,8 @@ import (
|
|||
)
|
||||
|
||||
type ImportTimestamp struct {
|
||||
SourceBackend string `gorm:"primaryKey"`
|
||||
TargetBackend string `gorm:"primaryKey"`
|
||||
SourceService string `gorm:"primaryKey"`
|
||||
TargetService string `gorm:"primaryKey"`
|
||||
Entity string `gorm:"primaryKey"`
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue