Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Fix: SQL error when reporting a thread/post (issue #26)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunnopleffken committed Jun 21, 2015
1 parent 12c8ec4 commit 65f02e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/sql/tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ CREATE TABLE `c_ranks` (
CREATE TABLE `c_reports` (
`rp_id` int(6) NOT NULL AUTO_INCREMENT,
`description` text,
`reason` int(1) NOT NULL,
`date` int(10) NOT NULL,
`sender_id` int(9) NOT NULL,
`ip_address` varchar(15) NOT NULL,
Expand Down

0 comments on commit 65f02e2

Please sign in to comment.