Skip to content

Commit eef4a9b

Browse files
authored
Fix ledger file in examples folder (#447)
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.
1 parent ac1dd85 commit eef4a9b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ Example **create index** migrations:
981981
* [10_create_index.json](../examples/10_create_index.json)
982982
* [37_create_partial_index.json](../examples/37_create_partial_index.json)
983983
* [38_create_hash_index_with_fillfactor.json](../examples/38_create_hash_index_with_fillfactor.json)
984-
* [39_create_unique_index.json](../examples/39_create_unique_index.json)
984+
* [42_create_unique_index.json](../examples/42_create_unique_index.json)
985985

986986
### Create table
987987

examples/.ledger

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@
3939
39_add_column_with_multiple_pk_in_table.json
4040
40_create_enum_type.json
4141
41_add_enum_column.json
42+
42_create_unique_index.json

examples/39_create_unique_index.json renamed to examples/42_create_unique_index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "39_create_unique_index",
2+
"name": "42_create_unique_index",
33
"operations": [
44
{
55
"create_index": {

0 commit comments

Comments
 (0)