Jan Hamal Dvořák
Results
12
issues of
Jan Hamal Dvořák
Related to #2012. Since we cannot disambiguate between Arrays that should be converted to PostgreSQL array types and Arrays that should be treated as JSON, make it at least possible...
Hi, it seems `migrator.js` attempts to create schema even when it already exists: ```ts async #ensureMigrationTableExists(): Promise { if (!(await this.#doesTableExists(this.#migrationTable))) { try { if (this.#migrationTableSchema) { // ⚠️ note...
enhancement
migrations