mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-09 17:38:04 +00:00
4.6.2-alpha (#517)
This commit is contained in:
@@ -295,7 +295,7 @@ async function initPgData() {
|
||||
]);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
console.log('column exits');
|
||||
console.log('column exists');
|
||||
}
|
||||
|
||||
const { rows } = await PgClient.query<{ user_id: string }>(`
|
||||
|
Reference in New Issue
Block a user