File: version-006.sql

package info (click to toggle)
geary 43.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,768 kB
  • sloc: javascript: 962; ansic: 722; sql: 247; xml: 173; python: 30; sh: 24; makefile: 23
file content (7 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
--
-- Dummy database upgrade to fix folder names being stored in encoded form.
-- Before this version, all folder names are stored as they came off the wire.
-- After this version, all folder names are stored in canonical UTF-8 form.
-- See src/engine/imap-db/imap-db-database.vala in post_upgrade() for the code
-- that runs the upgrade.
--