core
: Delete nodeinfo
table
Apparently nodeinfo shouldn't be cached
This commit is contained in:
parent
676b81eca4
commit
f99c8bdf2a
2 changed files with 0 additions and 10 deletions
|
@ -1 +0,0 @@
|
||||||
DROP TABLE nodeinfo;
|
|
|
@ -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)
|
|
||||||
);
|
|
Loading…
Reference in a new issue