mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix schema update for account validity
This commit is contained in:
parent
384122efa8
commit
ba17de7fbc
@ -13,6 +13,9 @@
|
|||||||
* limitations under the License.
|
* 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;
|
DROP TABLE IF EXISTS account_validity;
|
||||||
|
|
||||||
-- Track what users are in public rooms.
|
-- Track what users are in public rooms.
|
Loading…
Reference in New Issue
Block a user