Add semicoln to sql

This commit is contained in:
Eliot Whalan 2016-06-19 11:51:32 +10:00
parent b1e96eec62
commit 778ccdf8d2
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`)
)
);