{
  "_source": {
    "repo": "w2ur/sttew",
    "database": "Cloudflare D1 `sttew`",
    "database_id": "f57f7831-d014-4be5-8edc-0edd1a812c64",
    "worker": "sttew-api (sttew-api.william-445.workers.dev)",
    "sites": [
      "sttew.revah.paris",
      "sttew.xyz",
      "www.sttew.xyz"
    ],
    "exported": "2026-08-01",
    "method": "wrangler d1 execute sttew --remote --json --command \"SELECT * FROM ...\"",
    "note": "Exported before the deployment teardown. The messages lived only in D1 — nothing in the repo holds a copy, so deleting the database destroys them."
  },
  "_schema": {
    "messages": "CREATE TABLE messages (\n  id TEXT PRIMARY KEY,\n  content TEXT NOT NULL CHECK(length(content) <= 280),\n  author TEXT NOT NULL DEFAULT 'Anonymous',\n  likes INTEGER NOT NULL DEFAULT 0,\n  dislikes INTEGER NOT NULL DEFAULT 0,\n  is_currently_displayed INTEGER NOT NULL DEFAULT 0,\n  display_started_at TEXT,\n  created_at TEXT NOT NULL DEFAULT (datetime('now'))\n)",
    "message_history": "CREATE TABLE message_history (\n  id TEXT PRIMARY KEY,\n  message_id TEXT NOT NULL,\n  content TEXT NOT NULL,\n  author TEXT NOT NULL,\n  likes INTEGER NOT NULL DEFAULT 0,\n  dislikes INTEGER NOT NULL DEFAULT 0,\n  created_at TEXT NOT NULL,\n  displayed_at TEXT NOT NULL,\n  ended_at TEXT NOT NULL DEFAULT (datetime('now'))\n)"
  },
  "counts": {
    "messages": 0,
    "message_history": 9
  },
  "messages": [],
  "message_history": [
    {
      "id": "6aab96cc62445b9cc6ac21891a7c2635",
      "message_id": "4fe9f77e-af5e-46f5-bc63-1c4b159d8779",
      "content": "This is the first message",
      "author": "Anonymous",
      "likes": 0,
      "dislikes": 0,
      "created_at": "2026-02-11 20:22:22",
      "displayed_at": "2026-02-11 20:22:22",
      "ended_at": "2026-02-11 20:23:24"
    },
    {
      "id": "aa1e2c6daacfcd822b57c1875c4a7833",
      "message_id": "995de6a4-a02c-447d-a242-9bc66f7bfa63",
      "content": "Love",
      "author": "Anonymous",
      "likes": 1,
      "dislikes": 0,
      "created_at": "2026-02-11 21:29:07",
      "displayed_at": "2026-02-11 21:29:07",
      "ended_at": "2026-02-11 21:30:43"
    },
    {
      "id": "c6db1a06a37dbf0f266d61caf962b0da",
      "message_id": "1351f968-a489-434b-981b-0821989ea2be",
      "content": "Hello !",
      "author": "Anonymous",
      "likes": 0,
      "dislikes": 0,
      "created_at": "2026-02-12 08:32:51",
      "displayed_at": "2026-02-12 08:32:51",
      "ended_at": "2026-02-12 08:34:43"
    },
    {
      "id": "9d83860a692143af6fd0ac8f2823008d",
      "message_id": "516bf1a5-75fc-499e-be28-78f6e1b3aa0f",
      "content": "Signal!",
      "author": "Anonymous",
      "likes": 0,
      "dislikes": 0,
      "created_at": "2026-02-12 13:11:18",
      "displayed_at": "2026-02-12 13:11:18",
      "ended_at": "2026-02-12 13:12:44"
    },
    {
      "id": "522574c5080255dda08dd73cbdaa4003",
      "message_id": "f4e9f987-3cb9-4988-a8d9-de964a100ef8",
      "content": "Signal",
      "author": "Anonymous",
      "likes": 0,
      "dislikes": 0,
      "created_at": "2026-02-12 13:17:21",
      "displayed_at": "2026-02-12 13:17:21",
      "ended_at": "2026-02-12 13:18:44"
    },
    {
      "id": "ec1916ec6459059163f0ceaf4ec7d010",
      "message_id": "efdfead5-fe40-4adb-b6fd-dfbed93fc47b",
      "content": "Signal ?",
      "author": "Anonymous",
      "likes": 0,
      "dislikes": 0,
      "created_at": "2026-02-12 16:10:42",
      "displayed_at": "2026-02-12 16:10:42",
      "ended_at": "2026-02-12 16:12:33"
    },
    {
      "id": "d739b279c2d4fe2f9fff3c9c3be8681a",
      "message_id": "42448c83-08c7-4e3f-ad2e-8ef737599584",
      "content": "Signal",
      "author": "Anonymous",
      "likes": 0,
      "dislikes": 0,
      "created_at": "2026-02-15 20:07:35",
      "displayed_at": "2026-02-15 20:07:35",
      "ended_at": "2026-02-15 20:09:10"
    },
    {
      "id": "8dd6a0d90870a4b4a5aa637cfb9efdc0",
      "message_id": "aebdb116-9e3a-415a-9165-9c05f375275b",
      "content": "Broad",
      "author": "Anonymous",
      "likes": 0,
      "dislikes": 0,
      "created_at": "2026-02-15 20:25:21",
      "displayed_at": "2026-02-15 20:25:21",
      "ended_at": "2026-02-15 20:27:10"
    },
    {
      "id": "6e27d9c9ace62b91d0e7883a0763b608",
      "message_id": "67c14b6f-550d-4427-bc06-0c5a66337e54",
      "content": "Ola",
      "author": "Anonymous",
      "likes": 0,
      "dislikes": 0,
      "created_at": "2026-03-20 10:47:55",
      "displayed_at": "2026-03-20 10:47:55",
      "ended_at": "2026-03-20 10:49:42"
    }
  ]
}
