summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrenda Wallace <shiny@cpan.org>2010-05-22 20:09:51 +1200
committerBrenda Wallace <shiny@cpan.org>2010-05-22 20:09:51 +1200
commitf4d0f721c83fdfebeb94b62af6f781c51d557e03 (patch)
tree49ae858e0edeac328f6f22c7fe6c4d21a59844f5
parentd7d49942f76a00fad2c23175cdc5b7c5a2973814 (diff)
fixed up comment syntax
-rw-r--r--db/statusnet_pg.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/statusnet_pg.sql b/db/statusnet_pg.sql
index d8f5286bd..27c4adc98 100644
--- a/db/statusnet_pg.sql
+++ b/db/statusnet_pg.sql
@@ -201,8 +201,8 @@ create table token (
type integer not null default 0 /* comment 'request or access' */,
state integer default 0 /* comment 'for requests 0 = initial, 1 = authorized, 2 = used' */,
- verifier varchar(255) comment 'verifier string for OAuth 1.0a',
- verified_callback varchar(255) comment 'verified callback URL for OAuth 1.0a',
+ verifier varchar(255) /*comment 'verifier string for OAuth 1.0a'*/,
+ verified_callback varchar(255) /*comment 'verified callback URL for OAuth 1.0a'*/,
created timestamp not null default CURRENT_TIMESTAMP /* comment 'date this record was created' */,
modified timestamp /* comment 'date this record was modified' */,