3 Commits

Author SHA1 Message Date
34a6ac92d3 Implement Store Backend
MODEL CHANGE COMMANDS:
`ALTER TABLE Users ADD ActiveProfileCosmetic int(11) NOT NULL;`
`CREATE TABLE OwnedStoreItems (Id int(11) NOT NULL, UserId varchar(255) NOT NULL, StoreItemId int(11) NOT NULL, FOREIGN KEY (UserId) REFERENCES Users(Id));`
2025-07-09 14:51:18 -07:00
eb0b957020 Update `User` Model For Currency System
Refactor ``DataContext``

REQUIRES DB UPDATE
2025-06-19 13:35:04 -07:00
16c9aae729 Initial Commit 2025-06-15 14:24:53 -07:00