Skip to content

File modified fix for Sprint release 2021-03-29#3076

Merged
bjester merged 2 commits intomasterfrom
sprint-release-2021-03-29
Apr 7, 2021
Merged

File modified fix for Sprint release 2021-03-29#3076
bjester merged 2 commits intomasterfrom
sprint-release-2021-03-29

Conversation

@bjester
Copy link
Copy Markdown
Member

@bjester bjester commented Apr 7, 2021

Summary

We had to halt the original release because of an issue with a file migration adding a modified datetime field.

Description of the change(s) you made

See #3074

Manual verification steps performed

  1. Ran migrations
  2. Checked the database
kolibri-studio=# select count(*) from contentcuration_file where modified is null;
 count 
-------
  3235
(1 row)

kolibri-studio=# select count(*) from contentcuration_file where modified is not null;
 count 
-------
     0
(1 row)

@bjester bjester requested review from aronasorman and rtibbles April 7, 2021 15:28
@bjester bjester merged commit 4aff22d into master Apr 7, 2021
@bjester bjester deleted the sprint-release-2021-03-29 branch April 26, 2021 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants