1
Fork 0

core: Delete nodeinfo table

Apparently nodeinfo shouldn't be cached
This commit is contained in:
Steffo 2024-11-12 19:23:03 +01:00
parent 676b81eca4
commit f99c8bdf2a
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
2 changed files with 0 additions and 10 deletions

View file

@ -1 +0,0 @@
DROP TABLE nodeinfo;

View file

@ -1,9 +0,0 @@
CREATE TABLE nodeinfo (
nodeinfo_schema VARCHAR NOT NULL,
nodeinfo_href VARCHAR NOT NULL,
nodeinfo_data JSON NOT NULL,
last_updated TIMESTAMP NOT NULL,
PRIMARY KEY(nodeinfo_href)
);