Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove unused tables
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Jul 18, 2017
1 parent e96ee95 commit 4540730
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions synapse/storage/schema/delta/43/group_server.sql
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,3 @@ CREATE TABLE local_group_updates (
type TEXT NOT NULL,
content TEXT NOT NULL
);


CREATE TABLE local_group_profiles (
group_id TEXT NOT NULL,
name TEXT,
avatar_url TEXT
);

0 comments on commit 4540730

Please sign in to comment.