Skip to content

Commit

Permalink
Minor schema fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 6, 2007
1 parent 6f41d40 commit 26362e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makedb.sql
Expand Up @@ -41,7 +41,7 @@ CREATE TABLE alextreg_extensions (
public bool not null,
author varchar(128) not null,
entrydate datetime not null,
lasteditauthor varchar(128) not null,
author varchar(128) not null,
lastedit datetime not null,
primary key (id)
);
Expand Down Expand Up @@ -76,7 +76,7 @@ CREATE TABLE alextreg_entrypoints (
CREATE TABLE alextreg_papertrail (
id int not null auto_increment,
action text not null,
sql text not null,
sql mediumtext not null,
author varchar(128) not null,
entrydate datetime not null,
primary key (id)
Expand Down

0 comments on commit 26362e4

Please sign in to comment.