Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacw5 committed Apr 30, 2024
2 parents 74a311a + 30aca5b commit cc012dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fileharbor",
"version": "1.0.0",
"version": "1.0.1",
"description": "FileHarbor is a file storage service that allows you to upload, download, and delete files",
"author": "Andrea Tombolato <andreacw96@gmail.com> (https://github.com/andreacw5)",
"private": true,
Expand Down
1 change: 0 additions & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ model LocalFile {
filename String
path String
mimetype String
size Int
type String @default("local")
tags String[]
views Int @default(0)
Expand Down

0 comments on commit cc012dc

Please sign in to comment.