Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
eb59a980a6
Implement products endpoint. price storage (with Float or Decimal as type) is not reliable yet
e2da37959f
add gtin field to db schema -> Wen cant use is as id since relations depend on type Int. Trying Float for price storage. I dont think this works..
7693d793c0
Allow api to remove code from user with "0000" / Fix regex (only 0-9)