Fix merge conficts
This commit is contained in:
parent
5a8ac3fd33
commit
1b36f79a4e
|
|
@ -2368,7 +2368,7 @@ public class DatabaseChangelog {
|
||||||
* created pages of all the application present.
|
* created pages of all the application present.
|
||||||
* - []
|
* - []
|
||||||
*/
|
*/
|
||||||
@ChangeSet(order = "071", id = "add-and-update-order-for-all-pages", author = "")
|
@ChangeSet(order = "072", id = "add-and-update-order-for-all-pages", author = "")
|
||||||
public void addOrderToAllPagesOfApplication(MongoTemplate mongoTemplate) {
|
public void addOrderToAllPagesOfApplication(MongoTemplate mongoTemplate) {
|
||||||
for (Application application : mongoTemplate.findAll(Application.class)) {
|
for (Application application : mongoTemplate.findAll(Application.class)) {
|
||||||
if(application.getPages() != null) {
|
if(application.getPages() != null) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user