Change the user in database: ``` User { id tag pom totalMinutes } ``` If user types `c: setPom 35` User->pom = 35 Then is the user types `c: pom` the timer is set to 35 minutes.
Change the user in database:
If user types
c: setPom 35User->pom = 35
Then is the user types
c: pomthe timer is set to 35 minutes.