aboutsummaryrefslogtreecommitdiff
path: root/migrations/00-initial.sql
Commit message (Collapse)AuthorAgeFilesLines
* fix(migrations): Increase webpage title lengthSyndamia2025-02-081-1/+1
|
* feat(views/archive): Implement archive deletionSyndamia2025-02-021-1/+3
|
* feat(views/user): Implement account deletionSyndamia2025-02-021-1/+1
|
* feat(models/cookies): Added model with proper logic for cookie creationSyndamia2025-01-251-1/+1
|
* feat(models/user): Store password hash instead of plain passwordSyndamia2025-01-251-1/+2
|
* Added a title field in the databaseGeorgi Nikolov2025-01-251-0/+1
|
* Fixed the icons not being able to be NullGeorgi Nikolov2025-01-251-1/+1
| | | | Also added a fallback to the icons so they can be downloaded from the servers directly
* Added additional table column for the favicon in the databaseGeorgi Nikolov2025-01-251-0/+1
| | | | With that commit handled the saving of that favicon as well
* fix: Rename Webpage to Webpages and remove unique path constraintSyndamia2025-01-191-2/+2
|
* feat(migrations): Add anonymous userSyndamia2025-01-191-0/+45