tor-browser

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

1.json (1706B)


      1 {
      2  "formatVersion": 1,
      3  "database": {
      4    "version": 1,
      5    "identityHash": "827e1c60d24034d74c143a305c63a6d9",
      6    "entities": [
      7      {
      8        "tableName": "update_attempts",
      9        "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`addon_id` TEXT NOT NULL, `date` INTEGER NOT NULL, `status` INTEGER NOT NULL, `error_message` TEXT NOT NULL, `error_trace` TEXT NOT NULL, PRIMARY KEY(`addon_id`))",
     10        "fields": [
     11          {
     12            "fieldPath": "addonId",
     13            "columnName": "addon_id",
     14            "affinity": "TEXT",
     15            "notNull": true
     16          },
     17          {
     18            "fieldPath": "date",
     19            "columnName": "date",
     20            "affinity": "INTEGER",
     21            "notNull": true
     22          },
     23          {
     24            "fieldPath": "status",
     25            "columnName": "status",
     26            "affinity": "INTEGER",
     27            "notNull": true
     28          },
     29          {
     30            "fieldPath": "errorMessage",
     31            "columnName": "error_message",
     32            "affinity": "TEXT",
     33            "notNull": true
     34          },
     35          {
     36            "fieldPath": "errorTrace",
     37            "columnName": "error_trace",
     38            "affinity": "TEXT",
     39            "notNull": true
     40          }
     41        ],
     42        "primaryKey": {
     43          "columnNames": [
     44            "addon_id"
     45          ],
     46          "autoGenerate": false
     47        },
     48        "indices": [],
     49        "foreignKeys": []
     50      }
     51    ],
     52    "views": [],
     53    "setupQueries": [
     54      "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
     55      "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '827e1c60d24034d74c143a305c63a6d9')"
     56    ]
     57  }
     58 }