Add RBAC support with roles, permissions, and session management. Implement middleware for authentication and CSRF protection. Enhance audit logging with additional fields. Update HTTP handlers and routes for new features.
This commit is contained in:
9
migrations/0004_shares.sql
Normal file
9
migrations/0004_shares.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- 0004_shares.sql
|
||||
CREATE TABLE IF NOT EXISTS shares (
|
||||
id TEXT PRIMARY KEY,
|
||||
name TEXT,
|
||||
path TEXT,
|
||||
type TEXT,
|
||||
options TEXT,
|
||||
created_at DATETIME DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
||||
Reference in New Issue
Block a user