Skip to content

Commit 6f9f881

Browse files
authored
fix(sql): add target
1 parent db9169e commit 6f9f881

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sql/install.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
CREATE TABLE `reports` (
22
`reportId` INT PRIMARY KEY AUTO_INCREMENT,
3+
`target` INT,
34
`report` TEXT NOT NULL,
45
`player` INT NOT NULL,
56
`playerName` VARCHAR(255) NOT NULL,
67
`active` INT NOT NULL DEFAULT 1
7-
);
8+
);

0 commit comments

Comments
 (0)