Skip to content

Commit

Permalink
fix: add migration
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Nov 21, 2024
1 parent 329c690 commit 9f2a909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ The project is organized as a [monorepo](https://blog.scottlogic.com/2018/02/23/
.
├── apps/ # Main application containers
│ ├── frontend/ # Frontend application code
│ ├── backend/ # Backend application code
│ └── admin/ # Admin panel code
├── packages/ # Shared packages
│ ├── config/ # Configuration settings and files
│ ├── i18n/ # Internationalization settings and translations
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Project" ADD COLUMN "fileDownloadUrl" TEXT;

0 comments on commit 9f2a909

Please sign in to comment.