Browse Source

fix schema

closes #77
pull/82/head
Aaron Parecki 6 years ago
parent
commit
88d8392d1e
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      schema/mysql.sql

+ 2
- 2
schema/mysql.sql View File

@ -22,7 +22,7 @@ CREATE TABLE `users` (
`twitter_token_secret` text,
`twitter_username` varchar(255) DEFAULT NULL,
`instagram_access_token` text,
`email_username` vacrchar(255) DEFAULT NULL,
`default_timezone` vacrchar(255) DEFAULT NULL,
`email_username` varchar(255) DEFAULT NULL,
`default_timezone` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Loading…
Cancel
Save