mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 03:37:43 +02:00
@@ -16,4 +16,4 @@ CREATE TABLE IF NOT EXISTS message_place
|
||||
message_id INT8 NOT NULL,
|
||||
|
||||
PRIMARY KEY (workspace_id, card_id, message_id)
|
||||
);
|
||||
);
|
||||
|
||||
@@ -8,4 +8,4 @@ CREATE TABLE IF NOT EXISTS attachment
|
||||
PRIMARY KEY (message_id, card_id)
|
||||
);
|
||||
|
||||
CREATE INDEX IF NOT EXISTS attachment_message_idx ON attachment (message_id);
|
||||
CREATE INDEX IF NOT EXISTS attachment_message_idx ON attachment (message_id);
|
||||
|
||||
@@ -7,4 +7,4 @@ CREATE TABLE IF NOT EXISTS notification
|
||||
archived BOOLEAN NOT NULL DEFAULT false,
|
||||
|
||||
PRIMARY KEY (social_id, message_id)
|
||||
);
|
||||
);
|
||||
|
||||
@@ -8,4 +8,4 @@ CREATE TABLE IF NOT EXISTS notification_context
|
||||
last_update_timestamp TIMESTAMP,
|
||||
|
||||
PRIMARY KEY (workspace_id, card_id, huly_id)
|
||||
);
|
||||
);
|
||||
|
||||
@@ -7,10 +7,9 @@
|
||||
"@types/bun": "^1.1.13"
|
||||
},
|
||||
"dependencies": {
|
||||
"@communication/types": "0.1.0",
|
||||
"@communication/types": "workspace:*",
|
||||
"pg": "8.12.0",
|
||||
"postgres": "^3.4.4",
|
||||
"uuid": "^11.0.3"
|
||||
"postgres": "^3.4.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.6.3"
|
||||
|
||||
Reference in New Issue
Block a user