Skip to content

Commit

Permalink
Whitespace fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Oct 16, 2003
1 parent 7426c00 commit 650778b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Subscribe/mysql_schema
Expand Up @@ -17,7 +17,7 @@ CREATE TABLE subscribe_payments (
method VARCHAR(6),
memo VARCHAR(255) NOT NULL,
data BLOB,
payment_type VARCHAR(10),
payment_type VARCHAR(10),
puid MEDIUMINT UNSIGNED
PRIMARY KEY(spid),
KEY(uid),
Expand Down

0 comments on commit 650778b

Please sign in to comment.