[Checkins] SVN: relstorage/trunk/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:20:11 EDT 2008


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

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

-=-
Modified: relstorage/trunk/notes/migrate-1.0-beta.txt
===================================================================
--- relstorage/trunk/notes/migrate-1.0-beta.txt	2008-08-30 00:19:28 UTC (rev 90607)
+++ relstorage/trunk/notes/migrate-1.0-beta.txt	2008-08-30 00:20:09 UTC (rev 90608)
@@ -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