13 lines
329 B
SQL
13 lines
329 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: https://sqliteonline.com/
|
|
|
|
DROP TABLE IF EXISTS identity_switch;
|
|
ALTER TABLE
|
|
identy_switch
|
|
RENAME TO identity_switch;
|