Files
headplane/drizzle/20250619175127_spicy_bloodscream/migration.sql
T
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
);