This commit is contained in:
mattyatea 2024-05-17 12:16:43 +09:00
parent 4fe0891374
commit 4da6ae53e9
4 changed files with 18 additions and 13 deletions

View file

@ -1,11 +0,0 @@
import {Column} from "typeorm";
export class Loginbonus1715787239605 {
name = 'Loginbonus1715787239605'
async up(queryRunner) {
await queryRunner.query(`ALTER TABLE "user_profile" DROP COLUMN "getPoints"`); }
async down(queryRunner) {
await queryRunner.query(`ALTER TABLE "user_profile" ADD "getPoints" integer NOT NULL DEFAULT '0'`); }
}