ваше сообщение коммита

This commit is contained in:
2025-05-23 17:44:28 +03:00
parent 0c7b312aff
commit 6984fcc9b4
26 changed files with 12851 additions and 306 deletions

View File

@@ -0,0 +1,6 @@
CREATE TABLE IF NOT EXISTS ipfs_publications (
id SERIAL PRIMARY KEY,
cid TEXT NOT NULL,
url TEXT NOT NULL,
published_at TIMESTAMP DEFAULT NOW()
);