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

Commit

Permalink
Merge pull request #5268 from matrix-org/babolivier/account_validity_…
Browse files Browse the repository at this point in the history
…fix_schema

Fix schema update for account validity
  • Loading branch information
babolivier authored May 28, 2019
2 parents d0bba35 + ddd30f4 commit a97d4e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/5268.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix schema update for account validity.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
* limitations under the License.
*/

-- We previously changed the schema for this table without renaming the file, which means
-- that some databases might still be using the old schema. This ensures Synapse uses the
-- right schema for the table.
DROP TABLE IF EXISTS account_validity;

-- Track what users are in public rooms.
Expand Down

0 comments on commit a97d4e2

Please sign in to comment.