diff options
| author | notori <188390306+n0tori@users.noreply.github.com> | 2025-03-13 12:28:08 +0000 |
|---|---|---|
| committer | notori <188390306+n0tori@users.noreply.github.com> | 2025-03-13 12:28:08 +0000 |
| commit | 3f80ccbfc0dd2f3b4295e506e7ce5931b720e2ee (patch) | |
| tree | 17b44f56b7aaec5247dbed939e2f567a55b83ce0 /src/kindle/uninstall/appreg.uninstall.sql | |
project files
Diffstat (limited to 'src/kindle/uninstall/appreg.uninstall.sql')
| -rw-r--r-- | src/kindle/uninstall/appreg.uninstall.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/kindle/uninstall/appreg.uninstall.sql b/src/kindle/uninstall/appreg.uninstall.sql new file mode 100644 index 0000000..b1d96cc --- /dev/null +++ b/src/kindle/uninstall/appreg.uninstall.sql @@ -0,0 +1,8 @@ +DELETE FROM "handlerIds" WHERE handlerId='uk.co.notori.gol'; +DELETE FROM "properties" WHERE handlerId='uk.co.notori.gol'; +DELETE FROM "associations" WHERE handlerId='uk.co.notori.gol'; + +DELETE FROM "mimetypes" WHERE ext='gol'; +DELETE FROM "extenstions" WHERE ext='gol'; +DELETE FROM "properties" WHERE value='GameOfLife'; +DELETE FROM "associations" WHERE contentId='GL:*.gol'; |
