forked from coracle/caravel
Add tenant to activity table, include resource type
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
CREATE TABLE IF NOT EXISTS activity (
|
||||
id TEXT PRIMARY KEY,
|
||||
tenant TEXT NOT NULL,
|
||||
created_at INTEGER NOT NULL,
|
||||
activity_type TEXT NOT NULL,
|
||||
identifier TEXT NOT NULL
|
||||
resource_type TEXT NOT NULL,
|
||||
resource_id TEXT NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS tenant (
|
||||
|
||||
Reference in New Issue
Block a user