Files
start-os/appmgr/migrations/20210629193146_Init.sql
Aiden McClelland ffb9a72e18 migrations
2022-01-21 20:35:52 -07:00

8 lines
196 B
SQL

-- Add migration script here
CREATE TABLE IF NOT EXISTS tor
(
package TEXT NOT NULL,
interface TEXT NOT NULL,
key BLOB NOT NULL,
PRIMARY KEY (package, interface)
);