mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix 'add-donations-node' migration
This commit is contained in:
parent
6923f447e0
commit
1a0819741f
@ -19,8 +19,8 @@ export async function up(next) {
|
||||
SET donationInfo.createdAt = toString(datetime())
|
||||
SET donationInfo.updatedAt = donationInfo.createdAt
|
||||
SET donationInfo.showDonations = false
|
||||
SET donationInfo.goal = 15000
|
||||
SET donationInfo.progress = 1200
|
||||
SET donationInfo.goal = 15000.0
|
||||
SET donationInfo.progress = 1200.0
|
||||
RETURN donationInfo {.*}
|
||||
`,
|
||||
{ donationId },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user