Removing due to circular dependency
Some checks failed
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/music-collection-backend, ./backend) (push) Has been cancelled
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Has been cancelled
Music Collection CI Workflow / test (./backend) (push) Has been cancelled
Music Collection CI Workflow / test (./frontend) (push) Has been cancelled
Music Collection CI Workflow / deploy (push) Has been cancelled
Some checks failed
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/music-collection-backend, ./backend) (push) Has been cancelled
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Has been cancelled
Music Collection CI Workflow / test (./backend) (push) Has been cancelled
Music Collection CI Workflow / test (./frontend) (push) Has been cancelled
Music Collection CI Workflow / deploy (push) Has been cancelled
This commit is contained in:
parent
556f9c9927
commit
430c9797d7
@ -1,6 +1,6 @@
|
|||||||
import { Entity, Column, ManyToOne, PrimaryGeneratedColumn } from 'typeorm';
|
import { Entity, Column, ManyToOne, PrimaryGeneratedColumn } from 'typeorm';
|
||||||
import { IsNotEmpty, IsNumber, IsString } from 'class-validator';
|
import { IsNotEmpty, IsNumber, IsString } from 'class-validator';
|
||||||
import { Album } from '@/album/album.entity';
|
import { Album } from '../album/album.entity';
|
||||||
|
|
||||||
@Entity()
|
@Entity()
|
||||||
export class Song {
|
export class Song {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user