mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
add postgres modify chatmessage
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Init1693891895163 } from './1693891895163-Init'
|
||||
import { ModifyChatFlow1693995626941 } from './1693995626941-ModifyChatFlow'
|
||||
import { ModifyChatMessage1693996694528 } from './1693996694528-ModifyChatMessage'
|
||||
|
||||
export const postgresMigrations = [Init1693891895163, ModifyChatFlow1693995626941]
|
||||
export const postgresMigrations = [Init1693891895163, ModifyChatFlow1693995626941, ModifyChatMessage1693996694528]
|
||||
|
||||
Reference in New Issue
Block a user