Skip to content

Commit

Permalink
script for 2.52 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nicol authored and nicol committed Dec 1, 2024
1 parent 6919228 commit d8eb6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/script/update-2.52.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ if(dao.isSQL()) {
}


dao.executeQuery("UPDATE stocks SET digital = true where condition ='ONLINE'");
dao.executeQuery("UPDATE stocks SET condition = 'MINT' where condition ='ONLINE'");
dao.executeQuery("UPDATE stocks SET digital = true where conditions ='ONLINE'");
dao.executeQuery("UPDATE stocks SET conditions = 'MINT' where conditions ='ONLINE'");


printf("filling stocks columns--done");
Expand Down

0 comments on commit d8eb6ca

Please sign in to comment.