Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina Fefelova
2024-12-02 18:54:23 +04:00
parent b86aba806d
commit 9ecdc931e4
6 changed files with 6 additions and 7 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -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)
);
);
+2 -3
View File
@@ -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"