Commit 8e728f21 authored by jan.koester's avatar jan.koester
Browse files

bugfix

parent 7bd7adf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -627,7 +627,7 @@ namespace blogi {
        void initPlugin(){
            blogi::SQL sql;
            blogi::DBResult res;
            sql << "IF (OBJECT_ID('users') IS NULL )"
            sql << "IF (OBJECT_ID('content') IS NULL )"
                << "BEGIN"
                <<   "CREATE TABLE public.content ("
                <<     "id serial NOT NULL PRIMARY KEY,"