File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
app/schemas/org.openedx.app.room.AppDatabase Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 895895 "affinity" : " TEXT" ,
896896 "notNull" : true
897897 },
898+ {
899+ "fieldPath" : " courseInfoOverview.start.fastTime" ,
900+ "columnName" : " fastTime" ,
901+ "affinity" : " INTEGER"
902+ },
903+ {
904+ "fieldPath" : " courseInfoOverview.start.cdate" ,
905+ "columnName" : " cdate" ,
906+ "affinity" : " TEXT"
907+ },
898908 {
899909 "fieldPath" : " courseInfoOverview.end.fastTime" ,
900910 "columnName" : " fastTime" ,
Original file line number Diff line number Diff line change 11# Mon Aug 11 14:17:42 EEST 2025
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments