Fix searches for PowerPoint files
This also adds a mechanism for indicating that DB userdata upgrades after a certain version are minor and shouldn't show "Upgrading database…" or create a pre-upgrade backup.
This commit is contained in:
parent
9652b9f553
commit
ac7c22a7c6
4 changed files with 18 additions and 5 deletions
|
@ -1223,6 +1223,7 @@ INSERT INTO "fileTypeMIMETypes" VALUES(6, 'application/vnd.oasis.opendocument.te
|
|||
INSERT INTO "fileTypeMIMETypes" VALUES(7, 'application/powerpoint');
|
||||
INSERT INTO "fileTypeMIMETypes" VALUES(7, 'application/vnd.oasis.opendocument.presentation');
|
||||
INSERT INTO "fileTypeMIMETypes" VALUES(7, 'application/x-kpresenter');
|
||||
INSERT INTO "fileTypeMIMETypes" VALUES(7, 'application/vnd.ms-powerpoint');
|
||||
|
||||
INSERT INTO "syncObjectTypes" VALUES(1, 'collection');
|
||||
INSERT INTO "syncObjectTypes" VALUES(2, 'creator');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue