Skip to content

Commit

Permalink
Fixed column name.
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Jun 27, 2008
1 parent 4458093 commit b4a9f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/db.sql
Expand Up @@ -9,7 +9,7 @@ CREATE TABLE channels (
);

CREATE TABLE events (
event_type int not null references types(id),
type int not null references types(id),
channel varchar(32) not null,
nick varchar(128) not null,
content varchar(512) null,
Expand Down

0 comments on commit b4a9f6d

Please sign in to comment.