Skip to content

Commit

Permalink
fix: date on upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Apr 1, 2024
1 parent 5c21493 commit 73f9856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upgrades/3.8.0/user-upload-folders.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const batch = require('../../batch');

module.exports = {
name: 'Create user upload folders',
timestamp: Date.UTC(2024, 4, 28),
timestamp: Date.UTC(2024, 2, 28),
method: async function () {
const { progress } = this;

Expand Down

0 comments on commit 73f9856

Please sign in to comment.