tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

1.json (1103B)


      1 {
      2  "formatVersion": 1,
      3  "database": {
      4    "version": 1,
      5    "identityHash": "bbf39f381a14e0e0a5544f54f0e1cedc",
      6    "entities": [
      7      {
      8        "tableName": "logins_exceptions",
      9        "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`id` INTEGER PRIMARY KEY AUTOINCREMENT, `origin` TEXT NOT NULL)",
     10        "fields": [
     11          {
     12            "fieldPath": "id",
     13            "columnName": "id",
     14            "affinity": "INTEGER",
     15            "notNull": false
     16          },
     17          {
     18            "fieldPath": "origin",
     19            "columnName": "origin",
     20            "affinity": "TEXT",
     21            "notNull": true
     22          }
     23        ],
     24        "primaryKey": {
     25          "columnNames": [
     26            "id"
     27          ],
     28          "autoGenerate": true
     29        },
     30        "indices": [],
     31        "foreignKeys": []
     32      }
     33    ],
     34    "views": [],
     35    "setupQueries": [
     36      "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
     37      "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, 'bbf39f381a14e0e0a5544f54f0e1cedc')"
     38    ]
     39  }
     40 }