annotate SQL/mysql/2009090400.sql @ 11:aff04b06b685
default tip
various small fixes from upgrades to PHP and/or hangover from fix to apt-get overwrite at beginning of the year somehow
author |
Charlie Root |
date |
Sun, 26 Jan 2025 13:09:03 -0500 |
parents |
4681f974d28b |
children |
|
rev |
line source |
0
|
1 -- Updates from version 0.3-stable
|
|
2
|
|
3 TRUNCATE `messages`;
|
|
4
|
|
5 ALTER TABLE `messages`
|
|
6 ADD INDEX `index_index` (`user_id`, `cache_key`, `idx`);
|
|
7
|
|
8 ALTER TABLE `session`
|
|
9 CHANGE `vars` `vars` MEDIUMTEXT NOT NULL;
|
|
10
|
|
11 ALTER TABLE `contacts`
|
|
12 ADD INDEX `user_contacts_index` (`user_id`,`email`);
|