Fix incorrect sql

This commit is contained in:
Eliot Whalan 2016-06-19 11:50:35 +10:00
parent 69c9c56246
commit b1e96eec62
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ CREATE TABLE `pastebin` (
`id` varchar(30) NOT NULL,
`data` longtext,
PRIMARY KEY (`id`)
}
)