# File lib/http/cookie_jar/mozilla_store.rb, line 145 def schema_version= version @db.execute("PRAGMA user_version = %d" % version) @schema_version = version end