[Checkins] SVN: relstorage/branches/1.1/notes/migrate-1.0-beta.txt the username column needs to be larger than 255 bytes

Shane Hathaway shane at hathawaymix.org
Fri Aug 29 20:19:30 EDT 2008


Log message for revision 90607:
  the username column needs to be larger than 255 bytes

Changed:
  U   relstorage/branches/1.1/notes/migrate-1.0-beta.txt

-=-
Modified: relstorage/branches/1.1/notes/migrate-1.0-beta.txt
===================================================================
--- relstorage/branches/1.1/notes/migrate-1.0-beta.txt	2008-08-30 00:07:18 UTC (rev 90606)
+++ relstorage/branches/1.1/notes/migrate-1.0-beta.txt	2008-08-30 00:19:28 UTC (rev 90607)
@@ -30,7 +30,7 @@
 Oracle (using the sqlplus command):
 
     ALTER TABLE transaction ADD (
-        new_username    RAW(255),
+        new_username    RAW(500),
         new_description RAW(2000),
         new_extension   RAW(2000));
 



More information about the Checkins mailing list