Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Search
Blog
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 27
and
Version 28
of
DbChanges
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2010-10-15T16:40:56Z (
14 years
ago)
Author:
Serge Okon
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
DbChanges
v27
v28
54
54
{{{
55
55
#!sql
56
update sys_functions set function_code='USERS' where
function_code='USR';
56
UPDATE sys_functions SET function_code='USERS' WHERE
function_code='USR';
57
57
}}}
58
58