Skip to content

Commit

Permalink
also adjust layout2 field sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaemonium committed Feb 25, 2009
1 parent 1209f0f commit 423d490
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pvpgn/conf/sql_DB_layout.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@
[${prefix}clan]
"cid int NOT NULL PRIMARY KEY","'0'"
"short int","'0'"
"name varchar(24)","NULL"
"motd varchar(223)","NULL",
"name varchar(32)","NULL"
"motd varchar(255)","NULL",
"creation_time int","'0'"
[${prefix}clanmember]
"uid int NOT NULL PRIMARY KEY","'0'"
Expand Down
4 changes: 2 additions & 2 deletions pvpgn/conf/sql_DB_layout2.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
[${prefix}clan]
"cid int NOT NULL PRIMARY KEY","'0'"
"short int","'0'"
"name varchar(30)","NULL"
"motd varchar(30)","NULL",
"name varchar(32)","NULL"
"motd varchar(255)","NULL",
"creation_time int","'0'"
[${prefix}clanmember]
"uid int NOT NULL PRIMARY KEY","'0'"
Expand Down

0 comments on commit 423d490

Please sign in to comment.