Súbor: [Platon] / phpWebLogAnalyzer / sql / updates.sql (stiahnutie)
Revízia 1.1, Fri May 27 10:57:22 2005 UTC (19 years, 11 months ago) by nepto
Added keys on the REMOTE_ADDR and HTTP_USER_AGENT columns.
Exported dump is now MySQL-323 compliant.
|
-- UPDATE 2005-05-27
alter table weblog_accesses_raw add key remote_addr_id (remote_addr_id);
alter table weblog_accesses_raw add key http_user_agent_id (http_user_agent_id);
Platon Group <platon@platon.sk> http://platon.sk/
|