Commit Graph

8 Commits

Author SHA1 Message Date
drew b7aa576727 broke and fixed db at the same time 2025-01-24 09:06:32 -06:00
drew 9892684ebc things 2025-01-23 20:05:08 -06:00
drew 64ec597a1c more status 2025-01-23 18:52:25 -06:00
drew 58e19bd32a created item status db 2025-01-23 13:02:54 -06:00
drew 364c7d83e2 Switch to PostgreSQL and update database configuration 2025-01-21 19:41:18 -06:00
drew c6a54ee2e1 moved db to folder 2025-01-12 20:05:30 -06:00
drew f942c30b49 added a bunch of shit 2025-01-08 19:04:35 -06:00
drew 09e65ee0d1 Rename and refactor inventory model to bark database model
Renamed `inventoryModel.cs` to `barkDbModel.cs` and refactored the context class from `InventoryContext` to `BarkContext`. Consolidated inventory item properties into a new `InventoryItems` class for better organization and future scalability.
2025-01-08 17:09:20 -06:00