Adding a comment explaining what vR1 means.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 8 Oct 2013 15:33:00 +0000 (10:33 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 8 Oct 2013 15:33:00 +0000 (10:33 -0500)
This commit sponsored by Kim Jin-hoon.  Thank you!

mediagoblin/db/migrations.py

index df9c38a9d79f25e84061d10bdfffb6c4d97aa4bd..bd61561414e6763227c8ec4209cf96e7117b4fb0 100644 (file)
@@ -578,6 +578,10 @@ PRIVILEGE_FOUNDATIONS_v0 = [{'privilege_name':u'admin'},
                             {'privilege_name':u'active'}]
 
 
+# vR1 stands for "version Rename 1".  This only exists because we need
+# to deal with dropping some booleans and it's otherwise impossible
+# with sqlite.
+
 class User_vR1(declarative_base()):
     __tablename__ = 'rename__users'
     id = Column(Integer, primary_key=True)