mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
migrations
This commit is contained in:
1
appmgr/.gitignore
vendored
1
appmgr/.gitignore
vendored
@@ -2,3 +2,4 @@
|
||||
**/*.rs.bk
|
||||
.DS_Store
|
||||
.vscode
|
||||
secrets.db
|
||||
|
||||
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