mirror of
https://github.com/BreizhHardware/projet-web-cipa4.git
synced 2026-05-09 00:07:27 +02:00
[PR #2] [CLOSED] fix(db): remove unnecessary fields from vehicles and ratings tables #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BreizhHardware/projet-web-cipa4#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/projet-web-cipa4/pull/2
Author: @BreizhHardware
Created: 2/3/2026
Status: ❌ Closed
Base:
main← Head:feat/backend📝 Commits (1)
563e07cfix(db): remove unnecessary fields from vehicles and ratings tables📊 Changes
1 file changed (+5 additions, -5 deletions)
View changed files
📝
php/utils/init_db.php(+5 -5)📄 Description
This pull request updates the database schema in
php/utils/init_db.phpto better support trip preferences and simplifies some table structures. The most important changes are grouped below:Trip Preferences Enhancements:
tripstable:smoking_allowed,pets_allowed, andluggage_allowed, each defaulting to 0, to allow users to specify trip preferences.Table Structure Simplification:
license_plateandseatscolumns from thecarstable, streamlining car information.commentcolumn from theratingstable, simplifying the ratings data model.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.