mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-03-14 18:51:06 -07:00
3 lines
146 B
SQL
3 lines
146 B
SQL
DROP TABLE IF EXISTS oidc_config;
|
|
ALTER TABLE sso_expiry RENAME COLUMN device_id TO member_id;
|
|
DROP INDEX IF EXISTS sso_expiry_network_member_ix;
|