Skip to content

Commit

Permalink
Миграция: test_1
Browse files Browse the repository at this point in the history
  • Loading branch information
Demosfenys committed Mar 5, 2023
1 parent 0c2ea44 commit 35d7260
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/events/Database.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ type OperationDB struct {
}

type UserDB struct {
Login string
Password string
CurrentPoints int
WithdawnPoints int
Login string
Password string
CurrentPoints int
WithdrawnPoints int
}

func (OperationDB) TableName() string {
Expand Down

0 comments on commit 35d7260

Please sign in to comment.