summaryrefslogtreecommitdiff
path: root/sql/lite.sql
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-05-17 19:29:19 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-05-17 19:29:19 +0300
commit6691c59a7ab2993f186f9b3309f440cd60ae3bcb (patch)
tree56cfb471966a3c02b63fe590898ef729b2c7a960 /sql/lite.sql
parentUse disc_only_copies for oauth_token Mnesia table (diff)
Clean up database code related to mod_vcard_xupdate
Diffstat (limited to 'sql/lite.sql')
-rw-r--r--sql/lite.sql6
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/lite.sql b/sql/lite.sql
index 1d057407..1cc0c4dc 100644
--- a/sql/lite.sql
+++ b/sql/lite.sql
@@ -116,12 +116,6 @@ CREATE TABLE vcard (
created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
);
-CREATE TABLE vcard_xupdate (
- username text PRIMARY KEY,
- hash text NOT NULL,
- created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
-);
-
CREATE TABLE vcard_search (
username text NOT NULL,
lusername text PRIMARY KEY,