mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Merge branch 'babolivier/account_validity_fix_schema' into dinsic
This commit is contained in:
commit
dde07c6859
1
changelog.d/5268.bugfix
Normal file
1
changelog.d/5268.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fix schema update for account validity.
|
@ -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.
|
Loading…
Reference in New Issue
Block a user