chiark / gitweb /
sql/setup-pastebin.sql: Missing comma.
[odin-cgi] / sql / setup-pastebin.sql
index 06d35449fb878aea8f651e5882005e91f840f107..98331724a8b15b97fec1c29c8ccd3c0f05cb3d6a 100644 (file)
@@ -14,7 +14,7 @@ drop table if exists odin_pastebin_lang;
 drop table if exists odin_pastebin_seq;
 
 create table odin_pastebin_lang
-       (lang varchar(32) primary key
+       (lang varchar(32) primary key,
         descr varchar(64) not null);
 insert into odin_pastebin_lang (lang, descr) values ('txt', 'Plain text');