chore: update resource path setting checks

This commit is contained in:
Steven
2023-08-15 21:38:02 +08:00
parent b9e5e7f2af
commit bc6a72561c
4 changed files with 33 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
-- idp
CREATE TABLE idp (
id INTEGER PRIMARY KEY AUTOINCREMENT,
name TEXT NOT NULL,
type TEXT NOT NULL,
identifier_filter TEXT NOT NULL DEFAULT '',
config TEXT NOT NULL DEFAULT '{}'
);