BudgetSquirrel / BudgetTracker

Budget Tracker allows users to manage their money more efficiently. This API has endpoint to save, create, and manage your budgets and goals.
4 stars 0 forks source link

Use Guids instead of ints for model Ids #38

Closed ianmann56 closed 5 years ago

ianmann56 commented 5 years ago

We started using ints for ids in models. Instead, let's use Guids. Make the changes accross the site. From now on, Id's will be implemented with Guids.

ianmann56 commented 5 years ago

Closed in #65