Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold committed Jan 21, 2025
1 parent eef9c4e commit b4ce612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migration/1736933781669-AddRelatedChartsTable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class AddRelatedChartsTable1736933781669 implements MigrationInterface {
label VARCHAR(255) NOT NULL,
reviewer VARCHAR(255) DEFAULT NULL,
reason TEXT DEFAULT NULL,
score NUMERIC DEFAULT NULL,
score DOUBLE DEFAULT NULL,
updatedAt TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
CONSTRAINT related_charts_ibfk_1
FOREIGN KEY (chartId) REFERENCES charts (id)
Expand Down

0 comments on commit b4ce612

Please sign in to comment.