Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tint Naing Win committed Sep 30, 2019
1 parent f999553 commit e702e05
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to `kuu-pyaung` will be documented in this file.

## 3.0.3 (2019-09-30)
- fix database table primary key.
- add excluded table columns .
- add excluded table columns.

## 3.0.2 (2019-09-28)
- updated README.md
Expand All @@ -15,12 +15,20 @@ All notable changes to `kuu-pyaung` will be documented in this file.
## 3.0.0 (2019-09-27)
- initial release

## 2.0.0 (2019-09-28)
## 2.0.2 (2019-09-30)
- fix database table primary key.
- add excluded table columns.

## 2.0.1 (2019-09-28)
- change [myanfont](https://github.com/tintnaingwinn/MyanFont) package v0.2

## 2.0.0 (2019-09-27)
- initial release

## 1.0.3 (2019-09-30)
- fix database table primary key.
- add excluded table columns.

## 1.0.1 (2019-09-28)
- fix wrong table when the model saves to the database.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ This package convert only folder under the `resource directories`. You can deter

**Database Convert**

Exclude Tables - Kuu Pyaung converts only `string` data types from the database. You can determine which tables will be excluded from the convert. In addition,
*Exclude Tables* - Kuu Pyaung converts only `string` data types from the database. You can determine which tables will be excluded from the convert. In addition,
if your table does not have `primary key (id or UUID)`, this table will not be converted.

``` php
Expand All @@ -161,7 +161,7 @@ if your table does not have `primary key (id or UUID)`, this table will not be c
],
```

Exclude Columns - If the value of some columns may be zawgyi filenames or file paths. you can add these columns in the exclude_table_columns at the config file.
*Exclude Columns* - If the value of some columns is maybe zawgyi filenames or file paths. you can add these columns in the exclude_table_columns at the config file.

``` php
/*
Expand Down

0 comments on commit e702e05

Please sign in to comment.