Titouan B
Titouan B
Some error here: - module version: "2.9.0" ``` Terraform v1.5.4 on linux_amd64 + provider registry.terraform.io/hashicorp/aws v5.17.0 + provider registry.terraform.io/hashicorp/kubernetes v2.23.0 + provider registry.terraform.io/hashicorp/null v3.2.1 + provider registry.terraform.io/hashicorp/random v3.5.1 + provider...
Same problem here... I will use the 1.0.0 waiting for a workaround. thanks for your work.
Hey guys, I have created a TimestampableEntity class to contain the createdAt & updatedAt behavior: ``` import { CreateDateColumn, UpdateDateColumn } from 'typeorm'; export class TimestampableEntity { @CreateDateColumn({ type: 'timestamp...
Maybe we can reopen this issue? Maybe the quick solution for inheritance is to put column always at the end (so far it put them at the beginning).
It's what we do so far, edit generated migration and put the column at the end (for `createdAt` & `updatedAt`).
We support Smailer 6: * https://github.com/mailjet/MailjetSwiftMailer/issues/4 * https://github.com/mailjet/laravel-mailjet/issues/8
yes, very soon I hope... I would like to create a release with BC but tag it major and update all projects (mailjetBundle + laravel-mailjet) with it around the beginning...
@jGielen you can't require `symfony/swiftmailer-bundle` because it only provides Symfony integration for SwiftMailer. This is a swiftmailer transport for Mailjet, it is used in `mailjet/MailjetBundle` and `mailjet/laravel-mailjet` packages. Add to...
ping @Zhivko-Mailjet
Awesome feature! I'm just thinking of this when I had to change my config file because my container changes it's name... With label, it will be easily flexible and reusable!...