4 lines
141 B
SQL
4 lines
141 B
SQL
DROP INDEX IF EXISTS webdav_tokens_user_tenant_idx;
|
|
DROP INDEX IF EXISTS webdav_tokens_token_prefix_key;
|
|
DROP TABLE IF EXISTS webdav_tokens;
|