This commit is contained in:
Kainoa Kanter 2023-05-11 19:02:51 -07:00
parent 298960f4dd
commit 2bc1142016

View file

@ -1,5 +1,5 @@
export class PreventAiLarning1683682889948 {
name = 'PreventAiLarning1683682889948'
export class PreventAiLearning1683682889948 {
name = 'PreventAiLearning1683682889948'
async up(queryRunner) {
await queryRunner.query(`ALTER TABLE "user_profile" ADD "preventAiLearning" boolean NOT NULL DEFAULT true`);