You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
239 B
6 lines
239 B
DROP TABLE IF EXISTS user_signature_key_pairs;
|
|
|
|
ALTER TABLE users DROP COLUMN signed_public_key;
|
|
ALTER TABLE users DROP COLUMN security_state;
|
|
ALTER TABLE users DROP COLUMN security_version;
|
|
ALTER TABLE users DROP COLUMN v2_upgrade_token;
|
|
|