barisusakli / nodebb-plugin-dbsearch

A plugin that uses the database for search
16 stars 24 forks source link

lib/postrgres.js - bug #67

Closed AlmasNurbayev closed 1 year ago

AlmasNurbayev commented 1 year ago

in row 26 - extra comma. position 142

await db.pool.query('CREATE TABLE IF NOT EXISTS "searchchat" ( "id" BIGINT NOT NULL PRIMARY KEY, "content" TEXT, "rid" BIGINT, "uid" BIGINT, )');
barisusakli commented 1 year ago

@AlmasNurbayev thanks for reporting, fixed in 6.2.1