This commit is contained in:
ChengLei Shao 2022-11-22 09:29:09 +08:00 committed by GitHub
parent d72123c5b0
commit fba8f253d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
import { Database, MigrationContext } from '@nocobase/database';
import Migrator from '../../migrations/20221121111110-update-id-to-bigint';
import Migrator from '../../migrations/20221121111112-update-id-to-bigint';
const excludeSqlite = () => (process.env.DB_DIALECT != 'sqlite' ? describe : describe.skip);