parent
9778271c5d
commit
488e324be4
|
|
@ -1,8 +1,7 @@
|
|||
<div class="warning">
|
||||
<p>WARNING: Deleting any records from these tables can have serious implications for data integrity.</p>
|
||||
<p>Records in other tables could potentially end up referencing non-existing records.</p>
|
||||
<p>eg. If currency id 2 were deleted, all other records referencing AUD would lose that reference.</p>
|
||||
<p>Be careful!</p>
|
||||
<p>ie.Records in other tables could potentially end up referencing non-existing records. if currency id 2 were deleted, all records referencing AUD will be break.</p>
|
||||
<p>Tread carefully.</p>
|
||||
</div>
|
||||
|
||||
<ul id="extraModels">
|
||||
|
|
|
|||
|
|
@ -1636,10 +1636,6 @@ div.warning {
|
|||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
div.warning p {
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
#extraModels {
|
||||
list-style: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue