mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
migrations
This commit is contained in:
8
appmgr/migrations/20210629193146_Init.sql
Normal file
8
appmgr/migrations/20210629193146_Init.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- 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)
|
||||
);
|
||||
Reference in New Issue
Block a user