Twitter: twitter_settings shouldn't have a primary key

This commit is contained in:
Brian S. Stephan 2012-07-28 08:37:27 -05:00
parent 8b2269c441
commit f895867b86
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class Twitter(Module):
cur = db.cursor(mdb.cursors.DictCursor)
cur.execute("""
CREATE TABLE twitter_settings (
since_id SERIAL,
since_id BIGINT(20) UNSIGNED NOT NULL,
output_channel VARCHAR(64) NOT NULL,
oauth_token VARCHAR(256) DEFAULT NULL,
oauth_token_secret VARCHAR(256) DEFAULT NULL