more fixes and update of translations database

This commit is contained in:
Daniel Goc
2026-03-11 15:24:00 +01:00
parent 4450468145
commit 6f00e7f784
11 changed files with 287 additions and 289 deletions

View File

@@ -49,7 +49,7 @@ const (
// TableName specifies the table name for User model
func (Customer) TableName() string {
return "customers"
return "b2b_customers"
}
// IsAdmin checks if the user has admin role
@@ -140,5 +140,5 @@ type RefreshToken struct {
// TableName specifies the table name for RefreshToken model
func (RefreshToken) TableName() string {
return "refresh_tokens"
return "b2b_refresh_tokens"
}