fixed idx_sessions error
This commit is contained in:
@@ -87,9 +87,6 @@ const schema = `
|
||||
icon TEXT,
|
||||
created_at INTEGER NOT NULL DEFAULT (unixepoch())
|
||||
);
|
||||
|
||||
CREATE INDEX IF NOT EXISTS idx_sessions_project
|
||||
ON sessions(project_id);
|
||||
`;
|
||||
|
||||
module.exports = schema;
|
||||
Reference in New Issue
Block a user