mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-24 10:05:03 +00:00
Re-create migration to ensure it gets executed
This commit is contained in:
parent
39264d7d12
commit
ab2e98a4b7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import { MigrationInterface, QueryRunner, TableColumn } from "typeorm";
|
import { MigrationInterface, QueryRunner, TableColumn } from "typeorm";
|
||||||
|
|
||||||
export class AddSourceMessageIdToReminders1631494429170 implements MigrationInterface {
|
export class AddSourceMessageIdToReminders1635950555533 implements MigrationInterface {
|
||||||
public async up(queryRunner: QueryRunner): Promise<void> {
|
public async up(queryRunner: QueryRunner): Promise<void> {
|
||||||
await queryRunner.addColumns("reminders", [
|
await queryRunner.addColumns("reminders", [
|
||||||
new TableColumn({
|
new TableColumn({
|
Loading…
Add table
Add a link
Reference in a new issue