close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Changes between Version 13 and Version 14 of oid/WorkLog/08-10-15


Ignore:
Timestamp:
Oct 15, 2008, 3:47:15 PM (17 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • oid/WorkLog/08-10-15

    v13 v14  
    9999     password varchar(20) NOT NULL
    100100-, PRIMARY KEY(`int(11)`)
     101- ) TYPE=MyISAM;
    101102+, PRIMARY KEY(`serial`)
    102 - ) TYPE=MyISAM;
    103103+ ) TYPE=MyISAM DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
    104104}}}