mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
b18147fa82
we also have added the necessary logic to auto prune ephemeral nodes because headscale doesn't seem to automatically remove them. this change made use of a database which is now stored in the persistent headplane directory.
43 lines
782 B
JSON
43 lines
782 B
JSON
{
|
|
"version": "6",
|
|
"dialect": "sqlite",
|
|
"id": "ab03ffcd-9aa5-4b4b-9f38-322acc6899a3",
|
|
"prevId": "00000000-0000-0000-0000-000000000000",
|
|
"tables": {
|
|
"ephemeral_nodes": {
|
|
"name": "ephemeral_nodes",
|
|
"columns": {
|
|
"auth_key": {
|
|
"name": "auth_key",
|
|
"type": "text",
|
|
"primaryKey": true,
|
|
"notNull": true,
|
|
"autoincrement": false
|
|
},
|
|
"node_key": {
|
|
"name": "node_key",
|
|
"type": "text",
|
|
"primaryKey": false,
|
|
"notNull": false,
|
|
"autoincrement": false
|
|
}
|
|
},
|
|
"indexes": {},
|
|
"foreignKeys": {},
|
|
"compositePrimaryKeys": {},
|
|
"uniqueConstraints": {},
|
|
"checkConstraints": {}
|
|
}
|
|
},
|
|
"views": {},
|
|
"enums": {},
|
|
"_meta": {
|
|
"schemas": {},
|
|
"tables": {},
|
|
"columns": {}
|
|
},
|
|
"internal": {
|
|
"indexes": {}
|
|
}
|
|
}
|