File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -981,7 +981,7 @@ Example **create index** migrations:
981
981
* [ 10_create_index.json] ( ../examples/10_create_index.json )
982
982
* [ 37_create_partial_index.json] ( ../examples/37_create_partial_index.json )
983
983
* [ 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 )
985
985
986
986
### Create table
987
987
Original file line number Diff line number Diff line change 39
39
39_add_column_with_multiple_pk_in_table.json
40
40
40_create_enum_type.json
41
41
41_add_enum_column.json
42
+ 42_create_unique_index.json
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " 39_create_unique_index " ,
2
+ "name" : " 42_create_unique_index " ,
3
3
"operations" : [
4
4
{
5
5
"create_index" : {
You can’t perform that action at this time.
0 commit comments