add deploy
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2025-12-31 09:50:51 +03:00
parent 524f3ebf23
commit 85c4a36e17
40 changed files with 855 additions and 199 deletions

View File

@ -49,7 +49,12 @@ export class Idea {
@Column({ type: 'varchar', length: 100, nullable: true })
module: string | null;
@Column({ name: 'target_audience', type: 'varchar', length: 255, nullable: true })
@Column({
name: 'target_audience',
type: 'varchar',
length: 255,
nullable: true,
})
targetAudience: string | null;
@Column({ type: 'text', nullable: true })