Commit Graph

10 Commits (746044f7f2d495a77e339b24e75ed33159df92f9)

Author SHA1 Message Date
Your Name c0cde2f682 refactor: move 52 legacy models from App\ to App\Models\
Move all Eloquent models from the app/ root directory to app/Models/
for consistency with modern Laravel conventions. The project already had
54 models in App\Models; this migrates the remaining 52 legacy models.

Changes:
- Move 52 model files from app/ to app/Models/
- Update namespace declarations in each model
- Update all ~1000 import references across the codebase
- Add Relation::morphMap() in AppServiceProvider for backward
  compatibility with existing polymorphic database records
- Add missing HasSnowflakePrimary imports for models that relied
  on same-namespace resolution
4 weeks ago
Daniel Supernault d1799a0833
Lint commands 9 months ago
Daniel Supernault 3ef66628ad
Update StoryGC command 4 years ago
Daniel Supernault d32d05eed0
Update story gc 5 years ago
Daniel Supernault da6943daed
Add InstancePipeline and NodeinfoService 5 years ago
Daniel Supernault e8e249ce31
Update story garbage collection 5 years ago
Daniel Supernault c43f8bcce8
Update story garbage collection, handle non active stories and new ephemeral story media directory 5 years ago
Daniel Supernault 2a3fd8771d
Update StoryGC command 7 years ago
Daniel Supernault e6dc858061
Update StoryGC command 7 years ago
Daniel Supernault 01dd5db7f5
Update scheduler, add StoryGC command 7 years ago