2025-02-23 20:52:25 +01:00

12 lines
315 B
SQL

--
-- Identity switch RoundCube Bundle
--
-- @copyright (c) 2024 Forian Daeumling, Germany. All right reserved
-- @license https://github.com/toteph42/identity_switch/blob/master/LICENSE
--
-- Created with phpmyadmin
DROP TABLE IF EXISTS `identity_switch`;
RENAME TABLE
`identy_switch` TO `identity_switch`;