clean up KeychainDatabase a bit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS overridden_warnings (
|
||||
_id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
identifier TEXT NOT NULL UNIQUE
|
||||
);
|
||||
Reference in New Issue
Block a user