chore(release): version packages
This commit is contained in:
parent
44426042cf
commit
f300f147fa
6 changed files with 18 additions and 13 deletions
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
'@emigrate/postgres': minor
|
|
||||||
'@emigrate/mysql': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Automatically create the database if it doesn't exist, and the user have the permissions to do so
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@emigrate/mysql': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Avoid "CREATE TABLE IF NOT EXISTS" as it's too locking in a clustered database when running it concurrently
|
|
||||||
|
|
@ -1,5 +1,15 @@
|
||||||
# @emigrate/mysql
|
# @emigrate/mysql
|
||||||
|
|
||||||
|
## 0.3.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 4442604: Automatically create the database if it doesn't exist, and the user have the permissions to do so
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- aef2d7c: Avoid "CREATE TABLE IF NOT EXISTS" as it's too locking in a clustered database when running it concurrently
|
||||||
|
|
||||||
## 0.2.8
|
## 0.2.8
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@emigrate/mysql",
|
"name": "@emigrate/mysql",
|
||||||
"version": "0.2.8",
|
"version": "0.3.0",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"provenance": true
|
"provenance": true
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
# @emigrate/postgres
|
# @emigrate/postgres
|
||||||
|
|
||||||
|
## 0.3.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 4442604: Automatically create the database if it doesn't exist, and the user have the permissions to do so
|
||||||
|
|
||||||
## 0.2.6
|
## 0.2.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@emigrate/postgres",
|
"name": "@emigrate/postgres",
|
||||||
"version": "0.2.6",
|
"version": "0.3.0",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"provenance": true
|
"provenance": true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue