mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-28 05:04:38 +00:00
Fix schema update for account validity
This commit is contained in:
+3
@@ -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.
|
||||
Reference in New Issue
Block a user