Skip to content

Commit

Permalink
Edited mysql.sql via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Hall committed Apr 4, 2011
1 parent bf79625 commit e874ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql.sql
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
CREATE TABLE `sessions` ( CREATE TABLE `sessions` (
`id` int(255) NOT NULL AUTO_INCREMENT, `id` varchar(255) NOT NULL,
`data` text NOT NULL, `data` text NOT NULL,
`updated_on` int(10) NOT NULL DEFAULT '0', `updated_on` int(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`) PRIMARY KEY (`id`)
Expand Down

0 comments on commit e874ecb

Please sign in to comment.