mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Also change mysql.new.sql in similar way
This commit is contained in:
parent
d2a3fe3ed2
commit
4e35515a8c
@ -122,7 +122,7 @@ CREATE INDEX i_archive_sh_timestamp USING BTREE ON archive(server_host(191), tim
|
||||
CREATE INDEX i_archive_sh_username_origin_id USING BTREE ON archive(server_host(191), username(191), origin_id(191));
|
||||
|
||||
-- To update 'archive' from ejabberd <= 23.10:
|
||||
-- ALTER TABLE archive ADD COLUMN origin_id text NOT NULL DEFAULT '';
|
||||
-- ALTER TABLE archive ADD COLUMN origin_id varchar(191) NOT NULL DEFAULT '';
|
||||
-- ALTER TABLE archive ALTER COLUMN origin_id DROP DEFAULT;
|
||||
-- CREATE INDEX i_archive_sh_username_origin_id USING BTREE ON archive(server_host(191), username(191), origin_id(191));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user