Ghion-Finance/.open-next/cloudflare/cache-assets-manifest.sql
“kirukib” be1ac8e0ed -
2026-03-17 23:14:03 +03:00

3 lines
1.7 KiB
SQL

CREATE TABLE IF NOT EXISTS tags (tag TEXT NOT NULL, path TEXT NOT NULL, UNIQUE(tag, path) ON CONFLICT REPLACE);
CREATE TABLE IF NOT EXISTS revalidations (tag TEXT NOT NULL, revalidatedAt INTEGER NOT NULL, UNIQUE(tag) ON CONFLICT REPLACE);
INSERT INTO tags (tag, path) VALUES ("15aOepE5x4uUwOLZRAN9M/_N_T_/layout", "15aOepE5x4uUwOLZRAN9M/_not-found"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/_not-found/layout", "15aOepE5x4uUwOLZRAN9M/_not-found"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/_not-found/page", "15aOepE5x4uUwOLZRAN9M/_not-found"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/_not-found", "15aOepE5x4uUwOLZRAN9M/_not-found"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/layout", "15aOepE5x4uUwOLZRAN9M/appointment"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/appointment/layout", "15aOepE5x4uUwOLZRAN9M/appointment"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/appointment/page", "15aOepE5x4uUwOLZRAN9M/appointment"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/appointment", "15aOepE5x4uUwOLZRAN9M/appointment"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/layout", "15aOepE5x4uUwOLZRAN9M/contact"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/contact/layout", "15aOepE5x4uUwOLZRAN9M/contact"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/contact/page", "15aOepE5x4uUwOLZRAN9M/contact"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/contact", "15aOepE5x4uUwOLZRAN9M/contact"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/layout", "15aOepE5x4uUwOLZRAN9M/favicon.ico"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/favicon.ico/layout", "15aOepE5x4uUwOLZRAN9M/favicon.ico"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/favicon.ico/route", "15aOepE5x4uUwOLZRAN9M/favicon.ico"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/favicon.ico", "15aOepE5x4uUwOLZRAN9M/favicon.ico"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/layout", "15aOepE5x4uUwOLZRAN9M/index"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/page", "15aOepE5x4uUwOLZRAN9M/index"), ("15aOepE5x4uUwOLZRAN9M/_N_T_/", "15aOepE5x4uUwOLZRAN9M/index");