Skip to content

Commit

Permalink
Merge pull request #98 from Giveth/develop
Browse files Browse the repository at this point in the history
Added rf4 prelimResult support
  • Loading branch information
MohammadPCh authored Jul 3, 2024
2 parents 11d851e + 7d339ce commit a63a9fe
Show file tree
Hide file tree
Showing 10 changed files with 432 additions and 1,351 deletions.
11 changes: 11 additions & 0 deletions db/migrations/1719825801500-Data.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = class Data1719825801500 {
name = 'Data1719825801500'

async up(db) {
await db.query(`ALTER TABLE "project" ADD "source_status" text`)
}

async down(db) {
await db.query(`ALTER TABLE "project" DROP COLUMN "source_status"`)
}
}
Loading

0 comments on commit a63a9fe

Please sign in to comment.