mirror of
https://github.com/brunofontes/shareit.git
synced 2025-12-13 11:10:42 -03:00
Including occupied username and renaming DB field
Now it shows the username of who is using an item. Item db field 'usedBy' was renamed to 'used_by' to keep consistence.
This commit is contained in:
@@ -7,7 +7,7 @@ Cada usuário, identificado por e-mail, pode ter outros amigos
|
||||
[x] usuário(nome, email)
|
||||
[x] product[site/software](nome, admin)
|
||||
[ ] usersPerItem(productID, userID)
|
||||
[x] item[licença](nome, productID, usedBy, usedSince)
|
||||
[x] item[licença](nome, productID, used_by, usedSince)
|
||||
[ ] waiting(userID, itemID, waitingSince)
|
||||
|
||||
## VIEWS
|
||||
|
||||
Reference in New Issue
Block a user