Skip to content

Commit

Permalink
New preferences fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
nugget committed Feb 23, 2012
1 parent 9cb0526 commit 6f395e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ CREATE TABLE users (
runkeeper_profile varchar,
runkeeper_userinfo varchar,
logfile_username varchar,
post_to_facebook boolean NOT NULL DEFAULT FALSE,
post_to_twitter boolean NOT NULL DEFAULT FALSE,
PRIMARY KEY(id)
);
GRANT SELECT,INSERT,UPDATE ON users TO c2rkwww;
Expand Down

0 comments on commit 6f395e1

Please sign in to comment.