fix init data with flyway and fix init data with flyway in docker-compose

This commit is contained in:
liosha84
2025-06-17 17:26:21 +03:00
parent 426717cb99
commit 271de2e3c0
14 changed files with 148 additions and 107 deletions
@@ -0,0 +1,11 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-article-comments',
imports: [],
templateUrl: './article-comments.html',
styleUrl: './article-comments.scss'
})
export class ArticleComments {
}