Files
2026-03-17 13:22:48 -04:00

5 lines
92 B
SQL

CREATE TABLE `ephemeral_nodes` (
`auth_key` text PRIMARY KEY NOT NULL,
`node_key` text
);