[Checkins] SVN: relstorage/trunk/relstorage/adapters/schema.py temp_store should not have state_size.

Shane Hathaway shane at hathawaymix.org
Sat Feb 5 06:35:49 EST 2011


Log message for revision 120116:
  temp_store should not have state_size.
  

Changed:
  U   relstorage/trunk/relstorage/adapters/schema.py

-=-
Modified: relstorage/trunk/relstorage/adapters/schema.py
===================================================================
--- relstorage/trunk/relstorage/adapters/schema.py	2011-02-05 11:18:04 UTC (rev 120115)
+++ relstorage/trunk/relstorage/adapters/schema.py	2011-02-05 11:35:48 UTC (rev 120116)
@@ -336,7 +336,6 @@
             zoid        NUMBER(20) NOT NULL PRIMARY KEY,
             prev_tid    NUMBER(20) NOT NULL,
             md5         CHAR(32),
-            state_size  NUMBER(20) NOT NULL,
             state       BLOB,
             blobdata    BLOB
         ) ON COMMIT DELETE ROWS;



More information about the checkins mailing list