Date | Time | User | Type | Name | Attribute | ||
---|---|---|---|---|---|---|---|
1 | 17th June 2025 | 17:42:58 | remus | - | - | notes | |
Before
None
After
The [Mount Everest Foundation](https://www.mef.org.uk/) are a charity that helps to fund scientific and mountaineering expeditions. A requirement of receiving funding is that an expedition report must be submitted upon returning from an expedition. This is a list of all expedition reports submitted to the foundation.
### References
[1] [https://www.mef.org.uk/](https://www.mef.org.uk/)
Diff
--- before
|
|||||||
2 | 17th June 2025 | 17:42:58 | remus | - | - | notes_pretty | |
Before
None
After
<p>The <a href="https://www.mef.org.uk/">Mount Everest Foundation</a> are a charity that helps to fund scientific and mountaineering expeditions. A requirement of receiving funding is that an expedition report must be submitted upon returning from an expedition. This is a list of all expedition reports submitted to the foundation.</p>
<h3>References</h3>
<p>[1] <a href="https://www.mef.org.uk/">https://www.mef.org.uk/</a></p>
|
|||||||
3 | 17th June 2025 | 17:42:58 | remus | - | - | definition | |
Before
select
li.library_item_id
from
library_items li
inner join library_item_meta lim
on li.library_item_id = lim.library_item_id
and lim.library_item_meta_key_id = 15
where
deleted_on is null
After
select
li.library_item_id
from
library_items li
inner join library_item_meta lim
on li.library_item_id = lim.library_item_id
and lim.library_item_meta_key_id = 15
where
deleted_on is null
Diff
--- before
|