mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
fix typo
This commit is contained in:
parent
d477a8904b
commit
4f1f80f3a1
1 changed files with 2 additions and 2 deletions
|
@ -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`);
|
Loading…
Reference in a new issue