Skip to content
Snippets Groups Projects
Commit 45407301 authored by Erik Johnston's avatar Erik Johnston
Browse files

Remove unused tables

parent e96ee95a
No related branches found
No related tags found
No related merge requests found
...@@ -163,10 +163,3 @@ CREATE TABLE local_group_updates ( ...@@ -163,10 +163,3 @@ CREATE TABLE local_group_updates (
type TEXT NOT NULL, type TEXT NOT NULL,
content TEXT NOT NULL content TEXT NOT NULL
); );
CREATE TABLE local_group_profiles (
group_id TEXT NOT NULL,
name TEXT,
avatar_url TEXT
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment