Skip to content

Commit

Permalink
clean-setup.sql token-width fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Bogdanov committed May 9, 2011
1 parent 70c8dbb commit a55987c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/clean-setup.sql
Expand Up @@ -96,7 +96,7 @@ CREATE TABLE `user_tokens` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT, `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(11) unsigned NOT NULL, `user_id` int(11) unsigned NOT NULL,
`user_agent` varchar(40) NOT NULL, `user_agent` varchar(40) NOT NULL,
`token` varchar(32) NOT NULL, `token` varchar(40) NOT NULL,
`created` int(10) unsigned NOT NULL, `created` int(10) unsigned NOT NULL,
`expires` int(10) unsigned NOT NULL, `expires` int(10) unsigned NOT NULL,
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
Expand Down

0 comments on commit a55987c

Please sign in to comment.