Files
DedicatedServerCourse/Saved/webcache_6613/Default/WebStorage/QuotaManager

9 lines
40 KiB
Plaintext
Raw Normal View History

2026-01-28 19:08:51 -05:00
SQLite format 3@ 
.v<> <0F> wg<0F> <0A> <0A>  <0C> M <0B> wa 7indexbuckets_by_expirationbuckets
CREATE INDEX buckets_by_expiration ON buckets(expiration)q=<01>indexbuckets_by_last_modifiedbuckets CREATE INDEX buckets_by_last_modified ON buckets(type, last_modified)q=<01>indexbuckets_by_last_accessedbucketsCREATE INDEX buckets_by_last_accessed ON buckets(type, last_accessed)U+sindexbuckets_by_hostbucketsCREATE INDEX buckets_by_host ON buckets(host, type)x9<01>)indexbuckets_by_storage_keybucketsCREATE UNIQUE INDEX buckets_by_storage_key ON buckets(storage_key, type, name)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)<29><01>YtablebucketsbucketsCREATE TABLE buckets(id INTEGER PRIMARY KEY AUTOINCREMENT, storage_key TEXT NOT NULL, host TEXT NOT NULL, type INTEGER NOT NULL, name TEXT NOT NULL, use_count INTEGER NOT NULL, last_accessed INTEGER NOT NULL, last_modified INTEGER NOT NULL, expiration INTEGER NOT NULL, quota INTEGER NOT NULL, persistent INTEGER NOT NULL, durability INTEGER NOT NULL) STRICTf<01>/tablemetametaCREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR)';indexsqlite_autoindex_meta_1meta <0F><0F><0F><0F><0F>
<0F><0F><0F><0F><0F>7IsBucketsBootstrapped;last_compatible_version version# mmap_status