mirror of
https://github.com/tale/headplane.git
synced 2026-08-29 16:37:10 +00:00
5 lines
92 B
SQL
5 lines
92 B
SQL
CREATE TABLE `ephemeral_nodes` (
|
|
`auth_key` text PRIMARY KEY NOT NULL,
|
|
`node_key` text
|
|
);
|