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