fix typo
This commit is contained in:
parent
298960f4dd
commit
2bc1142016
|
@ -1,5 +1,5 @@
|
||||||
export class PreventAiLarning1683682889948 {
|
export class PreventAiLearning1683682889948 {
|
||||||
name = 'PreventAiLarning1683682889948'
|
name = 'PreventAiLearning1683682889948'
|
||||||
|
|
||||||
async up(queryRunner) {
|
async up(queryRunner) {
|
||||||
await queryRunner.query(`ALTER TABLE "user_profile" ADD "preventAiLearning" boolean NOT NULL DEFAULT true`);
|
await queryRunner.query(`ALTER TABLE "user_profile" ADD "preventAiLearning" boolean NOT NULL DEFAULT true`);
|
Loading…
Reference in New Issue