Revision 6731
Added by Jing Tao about 13 years ago
src/upgrade-db-to-2.0.0-oracle.sql | ||
---|---|---|
56 | 56 |
/** |
57 | 57 |
* track the user-agent for the request |
58 | 58 |
*/ |
59 |
ALTER TABLE acces_log ADD COLUMN user_agent VARCHAR2(512); |
|
59 |
ALTER TABLE access_log ADD COLUMN user_agent VARCHAR2(512);
|
|
60 | 60 |
|
61 | 61 |
/* |
62 | 62 |
* add the nodedatadate column to xml_nodes |
Also available in: Unified diff
fixed a bug that using a wrong table name - acces_log.