foreveralone

foreveralone Commit Details


Date:2016-02-28 15:02:59 (8 years 9 months ago)
Author:Natalie Adams
Branch:master
Commit:15079e142941fea65ab5085e0d3ba506e57377ba
Parents: 459a016654ddfb51e1e4d1d9b60d3eecbdc75190
Message:last minute index additions

Changes:

File differences

web/application/migrations/1.php
1717
1818
1919
20
21
22
2023
2124
2225
random TINYINT(1)
)");
DB::query("CREATE INDEX waiting_idx ON sessions(waiting)");
DB::query("CREATE INDEX lastping_idx ON sessions(lastPing)");
DB::query("CREATE TABLE sessionlogs (
id INTEGER PRIMARY KEY $autoIncrement,
original_id INTEGER,
web/application/migrations/2.php
88
99
1010
11
11
12
13
14
user_to INTEGER,
user_from INTEGER,
message VARCHAR(255)
)");
)");
DB::query("CREATE INDEX messages_to_idx ON messages(user_to)");
DB::query("CREATE INDEX messages_from_idx ON messages(user_from)");

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.05776s using 14 queries.