Content
View differences
Updated by Markus Kahl over 6 years ago
### **Steps to reproduce:**
1. Have a dump of an OpenProject 7.4 database
2. Try to migrate it to 10.3 e.g. using the docker container
### **Actual Behavior**
The migration fails since the table `grid_widgets` doesn't exist yet on account of it only being created in a migration after the textile-to-markdown migration.
See: [modules/overviews/lib/overviews/patches/textile\_converter\_patch.rb](https://github.com/opf/openproject/blob/release/10.3/modules/overviews/lib/overviews/patches/textile_converter_patch.rb)
### **Expected Behavior**
The migration works.
1. Have a dump of an OpenProject 7.4 database
2. Try to migrate it to 10.3 e.g. using the docker container
### **Actual Behavior**
The migration fails since the table `grid_widgets` doesn't exist yet on account of it only being created in a migration after the textile-to-markdown migration.
See: [modules/overviews/lib/overviews/patches/textile\_converter\_patch.rb](https://github.com/opf/openproject/blob/release/10.3/modules/overviews/lib/overviews/patches/textile_converter_patch.rb)
### **Expected Behavior**
The migration works.