Fix schema update for account validity

pull/14/head
Brendan Abolivier 6 years ago
parent 384122efa8
commit ba17de7fbc
No known key found for this signature in database
GPG Key ID: 1E015C145F1916CD
  1. 3
      synapse/storage/schema/delta/54/account_validity_with_renewal.sql

@ -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…
Cancel
Save