Refactor of database models and views inc. bump to PHP 8.4 #46
No reviewers
Labels
No labels
bug
content
dependency
documentation
enhancement
refactor
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
vlw/vlw.se!46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/46/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR is a complete refactor of all database tables, models, and "views" (we haven't created separate files for these yet - to be continued). We're no longer accessing the database through the API for the website itself. Vegvisir and Reflect both access it directly through the new database models, which use the new awesome Property Hooks introduced in PHP 8.4.