aboutsummaryrefslogtreecommitdiff
path: root/migrations/00-initial.sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added additional table column for the favicon in the databaseGeorgi Nikolov2025-01-251-0/+1
* fix: Rename Webpage to Webpages and remove unique path constraintSyndamia2025-01-191-2/+2
* feat(migrations): Add anonymous userSyndamia2025-01-191-0/+45