add postgres modify chatflow

This commit is contained in:
chungyau97
2023-09-06 18:37:30 +08:00
parent aa1122641c
commit 6f1f5ef06b
2 changed files with 13 additions and 1 deletions
@@ -1,3 +1,4 @@
import { Init1693891895163 } from './1693891895163-Init'
import { ModifyChatFlow1693995626941 } from './1693995626941-ModifyChatFlow'
export const postgresMigrations = [Init1693891895163]
export const postgresMigrations = [Init1693891895163, ModifyChatFlow1693995626941]