Skip to content

Commit

Permalink
Update adding-and-removing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffcalcutt committed Jun 7, 2022
1 parent c4d07aa commit 6ff2a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/tables/adding-and-removing.md
Expand Up @@ -46,7 +46,7 @@ When build mode is enabled, if you are viewing an individual record then clickin
![Editing a record](/editing-a-record.png)

## Removing a table
Before removing a table, you first need to remove all views and fields.
Before removing a table, you first need to remove all views and [fields]({{<relref "/docs/fields/#removing-a-field">}}).

It's not necessary to remove actual data records from the table first.

Expand All @@ -58,4 +58,4 @@ When you're done, you can click the _Remove table_ button in _name and views_.

When deleting views and fields, you may find you have to first delete other views or fields they depend on. In complex systems there can be chains of objects that need to be deleted in order.

Deleting is a destructive process so is not highly automated on purpose, to avoid accidental deletion. However at each stage you'll be shown any dependencies which have to be removed first, so you can follow through the chain.
Deleting is a destructive process so is not highly automated on purpose, to avoid accidental deletion. However at each stage you'll be shown any dependencies which have to be removed first, so you can follow through the chain.

0 comments on commit 6ff2a02

Please sign in to comment.