Skip to content

Commit

Permalink
Rename some files
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Rico <[email protected]>
  • Loading branch information
SferaDev committed Dec 4, 2024
1 parent 5c8cec5 commit 494a41b
Show file tree
Hide file tree
Showing 26 changed files with 27 additions and 27 deletions.
File renamed without changes.
54 changes: 27 additions & 27 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,132 +12,132 @@
},
{
"title": "Command-line Reference",
"href": "/cli-reference",
"file": "docs/cli-reference.md"
"href": "/cli",
"file": "docs/cli.md"
},
{
"title": "Operations Reference",
"href": "/operations-reference",
"file": "docs/operations-reference/README.md",
"href": "/operations",
"file": "docs/operations/README.md",
"noLink": true,
"items": [
{
"title": "Add Column",
"href": "/add_column",
"file": "docs/operations-reference/add_column.md"
"file": "docs/operations/add_column.md"
},
{
"title": "Alter Column",
"href": "/alter_column",
"file": "docs/operations-reference/alter_column/README.md",
"file": "docs/operations/alter_column/README.md",
"noLink": true,
"items": [
{
"title": "Rename Column",
"href": "/rename_column",
"file": "docs/operations-reference/alter_column/rename_column.md"
"file": "docs/operations/alter_column/rename_column.md"
},
{
"title": "Change Type",
"href": "/change_type",
"file": "docs/operations-reference/alter_column/change_type.md"
"file": "docs/operations/alter_column/change_type.md"
},
{
"title": "Change Default",
"href": "/change_default",
"file": "docs/operations-reference/alter_column/change_default.md"
"file": "docs/operations/alter_column/change_default.md"
},
{
"title": "Change Comment",
"href": "/change_comment",
"file": "docs/operations-reference/alter_column/change_comment.md"
"file": "docs/operations/alter_column/change_comment.md"
},
{
"title": "Add Check Constraint",
"href": "/add_check_constraint",
"file": "docs/operations-reference/alter_column/add_check_constraint.md"
"file": "docs/operations/alter_column/add_check_constraint.md"
},
{
"title": "Add Foreign Key",
"href": "/add_foreign_key",
"file": "docs/operations-reference/alter_column/add_foreign_key.md"
"file": "docs/operations/alter_column/add_foreign_key.md"
},
{
"title": "Add Not Null Constraint",
"href": "/add_not_null_constraint",
"file": "docs/operations-reference/alter_column/add_not_null_constraint.md"
"file": "docs/operations/alter_column/add_not_null_constraint.md"
},
{
"title": "Drop Not Null Constraint",
"href": "/drop_not_null_constraint",
"file": "docs/operations-reference/alter_column/drop_not_null_constraint.md"
"file": "docs/operations/alter_column/drop_not_null_constraint.md"
},
{
"title": "Add Unique Constraint",
"href": "/add_unique_constraint",
"file": "docs/operations-reference/alter_column/add_unique_constraint.md"
"file": "docs/operations/alter_column/add_unique_constraint.md"
}
]
},
{
"title": "Create Index",
"href": "/create_index",
"file": "docs/operations-reference/create_index.md"
"file": "docs/operations/create_index.md"
},
{
"title": "Create Table",
"href": "/create_table",
"file": "docs/operations-reference/create_table.md"
"file": "docs/operations/create_table.md"
},
{
"title": "Create Constraint",
"href": "/create_constraint",
"file": "docs/operations-reference/create_constraint.md"
"file": "docs/operations/create_constraint.md"
},
{
"title": "Drop Column",
"href": "/drop_column",
"file": "docs/operations-reference/drop_column.md"
"file": "docs/operations/drop_column.md"
},
{
"title": "Drop Constraint",
"href": "/drop_constraint",
"file": "docs/operations-reference/drop_constraint.md"
"file": "docs/operations/drop_constraint.md"
},
{
"title": "Drop Multi-Column Constraint",
"href": "/drop_multi_column_constraint",
"file": "docs/operations-reference/drop_multi_column_constraint.md"
"file": "docs/operations/drop_multi_column_constraint.md"
},
{
"title": "Drop Index",
"href": "/drop_index",
"file": "docs/operations-reference/drop_index.md"
"file": "docs/operations/drop_index.md"
},
{
"title": "Drop Table",
"href": "/drop_table",
"file": "docs/operations-reference/drop_table.md"
"file": "docs/operations/drop_table.md"
},
{
"title": "Raw SQL",
"href": "/raw_sql",
"file": "docs/operations-reference/raw_sql.md"
"file": "docs/operations/raw_sql.md"
},
{
"title": "Rename Table",
"href": "/rename_table",
"file": "docs/operations-reference/rename_table.md"
"file": "docs/operations/rename_table.md"
},
{
"title": "Rename Constraint",
"href": "/rename_constraint",
"file": "docs/operations-reference/rename_constraint.md"
"file": "docs/operations/rename_constraint.md"
},
{
"title": "Set Replica Identity",
"href": "/set_replica_identity",
"file": "docs/operations-reference/set_replica_identity.md"
"file": "docs/operations/set_replica_identity.md"
}
]
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 494a41b

Please sign in to comment.