mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Migration fixes pre-release (#13039)
* migration fix * migration fix --------- Co-authored-by: Midhun G S <gsmithun4@gmail.com>
This commit is contained in:
parent
957b1513af
commit
81527b91e7
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { MigrationInterface, QueryRunner } from 'typeorm';
|
||||
|
||||
export class UpdateGlobalDataSources1743058812003 implements MigrationInterface {
|
||||
export class UpdateGlobalDataSources1742888566919 implements MigrationInterface {
|
||||
public async up(queryRunner: QueryRunner): Promise<void> {
|
||||
// Step 1: Set app_version_id to NULL for existing global data sources
|
||||
await queryRunner.query(`
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
import { MigrationInterface, QueryRunner, Table, TableForeignKey } from 'typeorm';
|
||||
|
||||
export class CreateTablesForToojetAiConversations1740399879253 implements MigrationInterface {
|
||||
export class CreateTablesForToojetAiConversations1737530238311 implements MigrationInterface {
|
||||
public async up(queryRunner: QueryRunner): Promise<void> {
|
||||
// Create `ai_conversations` table
|
||||
await queryRunner.createTable(
|
||||
|
|
|
|||
Loading…
Reference in a new issue