Patch 5 in the region settings series. Adds a migration to ensure corrupted
data is purged and re-read from defaults. Some changes. Still no full
functionality
This commit is contained in:
Melanie Thielker
2008-07-14 01:29:48 +00:00
parent e712678689
commit 12173034d9
3 changed files with 25 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
BEGIN;
delete from regionsettings;
COMMIT;