Fixes the issue when `defaultValue` contains `'` it'd double the amount of `'` for the `DEFAULT` statement in the generated migration
10 lines
215 B
TypeScript
10 lines
215 B
TypeScript
import * as migration_20250528_153134 from './20250528_153134.js'
|
|
|
|
export const migrations = [
|
|
{
|
|
up: migration_20250528_153134.up,
|
|
down: migration_20250528_153134.down,
|
|
name: '20250528_153134',
|
|
},
|
|
]
|