Project

General

Profile

« Previous | Next » 

Revision 6730

Added by Jing Tao over 12 years ago

fixed a bug that using acces_log table name.

View differences:

src/upgrade-db-to-2.0.0-postgres.sql
69 69
/**
70 70
 * track the user-agent for the request
71 71
 */
72
ALTER TABLE acces_log ADD COLUMN user_agent VARCHAR(512);
72
ALTER TABLE access_log ADD COLUMN user_agent VARCHAR(512);
73 73

  
74 74
/*
75 75
 * Register the new schema

Also available in: Unified diff