init commit
This commit is contained in:
12
plugins/identity_switch/SQL/sqlite/20241122.sql
Normal file
12
plugins/identity_switch/SQL/sqlite/20241122.sql
Normal file
@ -0,0 +1,12 @@
|
||||
--
|
||||
-- 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`;
|
||||
|
Reference in New Issue
Block a user