Skip to content

Commit

Permalink
Fix ledger file in examples folder (#447)
Browse files Browse the repository at this point in the history
The example file for creating unique index was merged,
but the file name was not correct. Now the filename,
the ledger and the readme link is fixed.
  • Loading branch information
kvch authored Nov 5, 2024
1 parent ac1dd85 commit eef4a9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ Example **create index** migrations:
* [10_create_index.json](../examples/10_create_index.json)
* [37_create_partial_index.json](../examples/37_create_partial_index.json)
* [38_create_hash_index_with_fillfactor.json](../examples/38_create_hash_index_with_fillfactor.json)
* [39_create_unique_index.json](../examples/39_create_unique_index.json)
* [42_create_unique_index.json](../examples/42_create_unique_index.json)

### Create table

Expand Down
1 change: 1 addition & 0 deletions examples/.ledger
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@
39_add_column_with_multiple_pk_in_table.json
40_create_enum_type.json
41_add_enum_column.json
42_create_unique_index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "39_create_unique_index",
"name": "42_create_unique_index",
"operations": [
{
"create_index": {
Expand Down

0 comments on commit eef4a9b

Please sign in to comment.